Home › Forums › Jevelin Theme › Blog Post – Header OFF on Category/Tag etc.
Home › Forums › Jevelin Theme › Blog Post – Header OFF on Category/Tag etc.
Hi,
I am not able to find info on how to turn off Header on Blog Posts on pages related to Category/Tag… and I thing archive. I have it here on:
https://stahlbrandt.com/blog/ and here
https://stahlbrandt.com/history/ingiald-ill-ruler-the-meanest-man-of-swedes/
but then I go to Category/Tag
e.g https://stahlbrandt.com/category/history/ or https://stahlbrandt.com/tag/gamla-uppsala/ the Header reappear… Can you direct me do I turn it OFF or id there some CSS code e.g.
<span class=”Apple-converted-space”> </span>{display: none;}
my best*s
{
display: none;
}
HI @yagaberry,
I hope you are well today and thank you for your question.
You can remove 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 #page-container .sh-titlebar { display: none; }
Best regards,
Shufflehound team
Hi,
thanks, but I’d like to have the title bar ON but the heather OFF.
this one works 🙂
.archive .sh-nav-container {
display: none;
}
or do I need to improve it in any way? 🙂
many thanks
ta*s
In that case, your shared solution seems good.