Hide Post tags and categories
- The topic ‘Hide Post tags and categories’ is closed to new replies.
Need help? Check out our Support site, then
How do I hide the post tags and categories with this theme?
The blog I need help with is: (visible only to logged in users)
Hi there,
Please use the following CSS via Customize > CSS:
.entry-categories, .entry-tags {
display: none;
}
Cheers.