• Resolved mevusas

    (@mevusas)


    Hi,
    Thanks for the great theme again. As all the posts are written by me, I want to remove the “Author” meta data from the display (both in each individual post as well as in the main page).

    Is this possible? I’ve tried multiple custom CSS examples from around the web but none of them worked.

    body.blog .posted-on,
    body.blog .post-author,
    body.blog .post-comments,
    body.blog .entry-taxonomy {
      display: none;
    }
    ul li.meta-author {
        display: none;
    }

    and more.

    Thanks!

    • This topic was modified 3 years, 6 months ago by mevusas.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove author from posts’ is closed to new replies.