How do I remove author from recent blog posts?
-
I am using this in my CSS but it only seems to remove the author from blog posts themselves:
.entry-meta .byline {
display: none;
}I want it so when you’re on my home page and you see the recent blog posts area, it doesn’t say “by Adele”
Is this possible?
The blog I need help with is: (visible only to logged in users)
-
Hi! This CSS will do the trick:
.a8c-posts-list-item__author {display :none; }I’ll also note your theme is supposed to hide that if the content option is unchecked, so I’ll report that so it can be fixed. But the CSS will hide it either way. Cheers!
- The topic ‘How do I remove author from recent blog posts?’ is closed to new replies.