Tagged: author, Custom CSS, posts
- This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago by
Cybersnaby.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
August 12, 2014 at 2:24 pm #42323
Cybersnaby
ParticipantHi
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!August 13, 2014 at 10:54 am #42361Sakin
Keymaster@Cybersnaby: You can replace your css with the following:
.entry-meta .by-author { display: none; }
August 13, 2014 at 3:20 pm #42374Cybersnaby
ParticipantPerfect. Thanks!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Remove Author Meta’ is closed to new replies.