Home › Forums › Gillion Theme › Gillion Category page – How hide the category headline or change the layout
Home › Forums › Gillion Theme › Gillion Category page – How hide the category headline or change the layout
Solution for this topic
Hi Jürgen,
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
.archive.category .titlebar-title { display: none; }
Best regards,
Shufflehound team
Perfect. Thank you.
You are most welcome here 🙂
It is working fine for me.
Please try changing above CSS code as following.
.archive.category .titlebar-title { display: none !important; }
If it still doesn’t work for you then could you please share me your site URL where it’s happening so that i can troubleshoot it?
Thank you. It doesn’t work. Please see below the link.
I visited your shared site and the category & titlebar don’t display for me on mobile as shown in the attached screenshot.
Please test it clearing autoptimize and browser cache.
Understand. I took the screenshot from the customizer, where it still displayed. But if I switch to the developer tool than it is disappeared.
Don’t refer customizer but refer your actual site as we are hiding it using custom CSS code which doesn’t load in customizer.
Understood. Thank you.
You are always welcome here 🙂