Hello everyone.
Is it possible to remove the header from specific sections, i.e. the contact page, policy documents etc? I like the default Prestige style but I want to add headings and more details in Shogun.
https://techtron-online.myshopify.com/
crudah
Thank you in advance
1 Like
@Multibrands
You can add the following code at the bottom of your assets/theme.css file.
.template-page .SectionHeader__Heading.SectionHeader__Heading{
display: none;
}
This will disable your pages heading so for the pages you can use shogun.
Hope this helps.
1 Like
Once gain it works perfectly, at first it didn’t but I moved it to the top of my added code and it works great.
1 Like
How did you make it work? becuase it didnt work for me either. Where did you move the code exacly?