How can I remove page titles from the Minimal theme?

Hi,

I am using the Minimal theme and in this theme, it comes with these page titles that get added on every page.

I am trying to remove these.

Any tips?

Would like to have the little navigation, as well as the collection title, removed.

Hi @turtleshorts

Would you mind sharing your store’s URL so we can provide a solution to that? Cheers!

@turtleshorts , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.section-header--breadcrumb,
.section-header--breadcrumb + .section-header{
    display: none !important;
}

Kind regards,
Diego

Thank you so much!

1 Like

I’m having the same problem but I am using Dawn. Is there code to remove the titles off the pages for that theme? Thanks!