How can I eliminate page titles from the Taste theme?

How do I go about removing all of the page titles from my Shopify pages in the Taste theme?

Thank you!

@Creatinsumthin - it will need css, can you share your site link?

Hi,

To remove all page title in Taste theme, please add the code below to assets/section-main-page.css file.

h1.main-page-title.page-title.h0 {
  display: none !important;
}

Hope it helps.

Thanks.

1 Like

Thank you so much! This worked!