Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Home Page Posts – how to remove author and category #47522
    HARDEEP
    Member

    Hi Figured it out

    In the custom CSS under the Theme Options, I had to add the following two lines

    .entry-header .entry-meta { display: none; }
    .hentry .entry-meta { display: none; }

    The first line removed the author info on the top of the post
    and the second line removes the category info on the bottom of the post.

Viewing 1 post (of 1 total)