Trying to hide author's name from post
-
Hi there! I am using the Canard theme and I am trying to hide the author’s name from posts. I have tried this:
.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}and this:
.byline { display: none; }but none have worked… Pleas help
The blog I need help with is: (visible only to logged in users)
-
Hi, try this:
.entry-footer .byline { display: none; }If you want to remove the date, too, this might be a better option:
.entry-footer .byline, .entry-footer .posted-on { display: none; }I hope that helps!
-
-
@calebmaru, it looks like you are using Penscratch on https://awareproject.wordpress.com. CSS is theme specific, and the user that started this thread is using Canard, so the above CSS would not work with your site.
To be able to change the CSS, you would need to purchase the WordPress.com Premium Plan upgrade, which has the Custom Design feature.
- The topic ‘Trying to hide author's name from post’ is closed to new replies.