How to hide page title on Section only

DonnaW
New Member
11 0 0

I can't find the answer. How do I hide the page title on just one Section under Customize? I want to use the About Me page on the front page as a Page Section without the page title, but there is no option to hide the page title for the section. Is there a code? Thanks!

Replies12(12)
miguel_liquify
Shopify Partner
176 18 16

Can you provide the store URL?

★★★ Need help setting up your Shopify store? Hire me here: https://liquify.design ★★★
DonnaW
New Member
11 0 0
miguel_liquify
Shopify Partner
176 18 16

Try to go to your theme files, in the assets folder there is a base.css file

add this sentence

#shopify-section-template--18416540254491__main .main-page-title{ display: none; }

★★★ Need help setting up your Shopify store? Hire me here: https://liquify.design ★★★
DonnaW
New Member
11 0 0

That didn't work. I added it at the end of the bass.css file, but no change.

miguel_liquify
Shopify Partner
176 18 16

Can you share a screenshot?

★★★ Need help setting up your Shopify store? Hire me here: https://liquify.design ★★★
DonnaW
New Member
11 0 0

I wasn't sure if you meant a screenshot of where I put the css or of the page title (About Us) I want to hide, so here is both.

DonnaW_0-1682698944086.png

DonnaW_1-1682698965258.png

miguel_liquify
Shopify Partner
176 18 16

I'm in the website and the code is not there, did you save it?

★★★ Need help setting up your Shopify store? Hire me here: https://liquify.design ★★★
DonnaW
New Member
11 0 0

I did it on the Copy of Dawn. It is saved on there.

miguel_liquify
Shopify Partner
176 18 16

share me the preview of that theme

★★★ Need help setting up your Shopify store? Hire me here: https://liquify.design ★★★
DonnaW
New Member
11 0 0

That's what I already sent the screenshot of. It was of the Copy of Dawn.

oscprofessional
Shopify Partner
15649 2345 3025

Hello@DonnaW

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom

.page-width.page-width——narrow.section-template--18416540156187__4edc7350-de80-4d43-ba1d-7774927b9af1-padding h2 { display: none !important; }
Get pass your StoreCore Web VitalFree Speed Optimization Audit,Chat on WhatsApp| Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com |Custom Pricing Wholesale App :Free|Hire us| Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App |Shopify SEO| Digital Marketing
DonnaW
New Member
11 0 0

Thanks, but that didn't work either. It still shows the page title.