Home › Forums › Gillion Theme › Hide Categories in Blog Slider
Home › Forums › Gillion Theme › Hide Categories in Blog Slider
In the blog slider element, style four, I would like to hide the categories that appear above the blog titles in the slider placed to the right. Is there an option or css that helps hide this? Thank you!
Hi @calyxatx
I hope you are well today and thank you for your question.
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
.blog-slider-style4 .blog-slider-mini-list .post-categories-container { display: none; }
Best regards,
Shufflehound team