How do I remove a page title on Craft Theme OS 2.0?

Hello,

I would like to remove the title from my Locations page on Craft Theme (OS 2.0). Can’t seem to find any page.title entries on the CSS file. Here is the URL:

https://www.livingvitalitea.com/pages/store-locator-1

password: kombucha

Cheers, Daniel

You could add this to the bottom of your style.css file and click save:

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

Apologies but I do not find the style.css file anywhere in this theme. I see a theme.liquid however.

Try and add it to the bottom of the base.css file :grinning_face_with_smiling_eyes:

1 Like

It worked. Thank you!

1 Like