CSS : Hide Tags, Author & Category
-
Hi,
I’m having trouble hiding my tags, author and category from my posts.
Please help!
The blog I need help with is: (visible only to logged in users)
-
Add an additional selector footer.entry-footer to your following existing style:
.entry-header .entry-meta,.recent-post .entry-meta { display: none }So the final style would be:
.entry-header .entry-meta,.recent-post .entry-meta, footer.entry-footer { display: none } -
Thank you!
There’s still the ‘Category’ displayed in the top left corner above each post. Is there a way to remove this?!
-
Please add this style to hide the category that is part of entry header:
.entry-header .entry-category { display:none; }
- The topic ‘CSS : Hide Tags, Author & Category’ is closed to new replies.