How to remove collection title from homepage? Debut theme

I am using the debut theme. I am trying to remove the titles for the collections on my homepage. I have banners on the images so dont want both.

URL: https://www.bellaroseldn.com/

1 Like

Could you please post a screenshot? I don’t see any banner on your collection page. Thanks

Hello,

Screenshot attached.

Thanks,

Issie

Greeting @IsobelFerris ,

My name is Jerry.

I have performed an inspection of your site and this might be the solution for you.

  • Step 1: From your admin page please go to Online Store > Themes
  • Step 2: Then go to Actions > Edit Code
  • Step 3: In the edit code menu panel, please go to Assets > theme.css
  • Step 4: Simply add this code to the very bottom of the file:

#shopify-section-collection-list .grid-link__title{

display: none;

}

Hope this will be helpful to you.

If you’re interested in learning things about Shopify, please visit our blog. Here is one of our latest articles about optimising call-to-action and I think this might be useful to your Shopify store in the future.

Have a good day!

1 Like

thanks for posting will keep in mind

1 Like

please go to Online Store > Theme Then go to Actions > Edit Code and then go to Assets > theme.css add this code to the very bottom of the file:

#shopify-section-collection-list .grid-uniform .grid__item .grid-link .grid-link__title{
	    display: none !important;
}