Home › Forums › Gillion Theme › Excludes Categories Display?
Home › Forums › Gillion Theme › Excludes Categories Display?
Hello, is there a way to exclude categories from being displayed?
Hi @gnbuzz,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying and you want to exclude it so that I can help you to achieve it?
Best regards,
Shufflehound team
Hi,
It’s the home page and every story page (blog post). You will see the categories displayed in the top story, then the third module on the home page:
Also at the top of all story pages, as an example:
https://trailposse.com/2019/09/nature-keeps-me-grounded/
Thanks,
Glenn
Solution for this topic
You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.post-categories { display: none !important; }
Exactly what I was looking for! Thanks so much!
Glenn
You are most welcome here š