How can I delete all page titles from my website?

Bryony
Tourist
8 0 4

Hi there,

 

I have been through many of these Q&A's and so far none of the advice has worked for me. Does anyone know how I can remove all the titles from my pages? See the screenshot attached- how do I remove "The bodies 21"?

 

Appreciate your help!

Replies 5 (5)

tecoektamerai
Shopify Partner
66 5 17

Hello @Bryony 

Can you please provide this page link?

Thank you

 

Bryony
Tourist
8 0 4

Thank you!

It's WIP but just made it live so you can access. It's Narrative theme: https://www.vinnybody.com/pages/the-bodies-21

tecoektamerai
Shopify Partner
66 5 17

Add below CSS hope it works .if you still need any help ping me

 

Go to shopify dashbord > theme edit code > open theme.scss add below css

.template-page h1.section-header__title.h2 {
display: none;
}
.template-page .section-header {
padding: 0px 0;
}

Bryony
Tourist
8 0 4

Thank you so much! Yes it worked perfectly and was such a quick fix 🙂

tecoektamerai
Shopify Partner
66 5 17

Anytime 🙂