How can I remove a page heading in the Minimal theme?

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!

1 Like

@Erigone

Please share your store URL.

@Erigone

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

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

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

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.

Hi everyone!

https://www.camelie.pl/password

Password: GGzorza

Thank you for any help!

1 Like

@Erigone

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

Show More

h1.main-page-title.page-title{

Show More

display: none;

Show More

}

Hope this works.

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;
}