Home › Forums › Gillion Theme › Titlebar settings
Home › Forums › Gillion Theme › Titlebar settings
Hi,
can I somehow disable Titlebar in Posts and enable it for all Pages?
Best,
Igor
I figure it out this one! Titlebar disabled in Options but enabled in every single page.
But, how can I show Titlebar on Categories page when the it is disabled in Options?
Best,
Igor
Hi Igor,
I hope you are well today and thank you for your question.
Please enable the titlebar in the theme options then you can disable it in Posts and enable it for all Pages 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
.single-post #page-container .sh-titlebar { display: none; }
Best regards,
Shufflehound team
But how can I disable titlebar in Posts?
If you want to disable it for individual posts then you can do so by editing the post and using its header settings as shown in the attached screenshot.
If you want to disable it on all posts then you can use the custom CSS code shared in the above reply.