Solved

Deleting the heading from a page

Erigone
Excursionist
40 1 13

Hi! 

There were topics like that but it didn't work for me. 

In a Minimal theme you can find something like 'no-heading' when you create a page like 'about us' in the Dawn theme there is no.. Can anyone help?

I tried in 'section-main-page.css' to place 'display: none' and it kind of work but when you enter a new page the old page title shows for a second or less and then disappear..

Help! 

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@Erigone 

Please add the following code at the bottom of your assets/base.css file. 

Click to expand...
h1.main-page-title.page-title{
display: none;
}

Hope this works. 

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 6 (6)

dmwwebartisan
Shopify Partner
12280 2546 3694

@Erigone 

Please share your store URL. 

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

KetanKumar
Shopify Partner
36839 3635 11972

@Erigone 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

Kinjaldavra
Shopify Partner
2302 570 1422

hello @Erigone 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Erigone
Excursionist
40 1 13

Hi everyone!

https://www.camelie.pl/password

Password: GGzorza

Thank you for any help! 

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@Erigone 

Please add the following code at the bottom of your assets/base.css file. 

Click to expand...
h1.main-page-title.page-title{
display: none;
}

Hope this works. 

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

Kinjaldavra
Shopify Partner
2302 570 1422

hello @Erigone 


please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.

h1.main-page-title.page-title{
display: none;
}