Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42323
    Cybersnaby
    Participant

    Hi
    Am trying to remove the Author meta from posts and the blog page.

    Using:

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

    does the trick but the word ‘by’ still appears. Any suggestions please?
    Thanks!

    #42361
    Sakin
    Keymaster

    @Cybersnaby: You can replace your css with the following:
    .entry-meta .by-author { display: none; }

    #42374
    Cybersnaby
    Participant

    Perfect. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Author Meta’ is closed to new replies.