Solved

Prestige Theme - Remove headings from specific section

Multibrands
Explorer
65 2 29

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

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@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.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@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.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Multibrands
Explorer
65 2 29

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.