Remove Collection Title from Collection Banner in Debut

Hi!

I am trying to remove the text that is over the image I am using for my collections. URL is www.collectivethreadco.com

Thank you!

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

h1.collection-hero__title.page-width {
display: none!important;
}

Hello @jennarose ,

  1. Go to Online Store->Theme->Edit code
  2. Sections->collection-template.liquid
    Here search for this
{{ collection.title }}

Once you find it remove/comment it
But I suggest comment/remove code with html this one


          # 
              {{ 'collections.general.collection_label' | t }}: 
              {{ collection.title }}
          
        

Thanks

HI! I dont see collection temp liquid under snippets..

HI! This didnt work :disappointed_face: