Hide categories on homepage
- The topic ‘Hide categories on homepage’ is closed to new replies.
Need help? Check out our Support site, then
I would like to delete the categories who are visible above my posts at my homepage. Can I hide them from my homepage, I allready have my menu on top of my site. These categories (in grey) don’t look nice there.
The blog I need help with is: (visible only to logged in users)
Hello,
To hide categories that are displayed on the top of posts(category filter), please add this class to Custom CSS:
.category-filter {
display: none;
}
Thank you,
– Djordje