• Resolved LeMike

    (@lemike)


    How can I remove the ‘by admin’ date and ‘no comments’ area in my site. I am using the Imbalance 2 theme and I’d like to get rid of these fields so that they don’t show up on at all anymore. Any help would be appreciated – thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Probably the easiest way to do that is to hide them using the “display: none;” attibute in the CSS code for that element on the page. If you post a link to your site — to a page with those visible, someone can likely help you with the specifics.

    Thread Starter LeMike

    (@lemike)

    WPyogi – thanks for your reply! I actually found it shortly after I posted using the code below.

    .entry-utility {display:none; }
    .entry-meta {display:none; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I remove the 'by admin' date and 'no comments' area on my wp page?’ is closed to new replies.