How can I delete all page titles from my website?

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!

Hello @Bryony

Can you please provide this page link?

Thank you

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

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

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

1 Like

Anytime :slightly_smiling_face: