How to remove page titles in the new Sense 2.0 theme?

Hi, does anyone know how to remove page titles in the new 2.0 sense theme?

All the other answers I’ve found on how to do this don’t work for the Sense theme.

1 Like

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.

Hi,

Thank you for your help!

The title is super large and bulky and not on centre.

https://beautybug.com.au/pages/about

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >Base.css and paste this at the bottom of the file:
h1.main-page-title.page-title.h0 {
display: none;
}
1 Like

This worked perfectly thank you so much!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.