Solved

How to remove overlay text (collection title) on collection tile - debut theme

linzal
Explorer
70 0 15

Hi, shopify store URL:

Tiny Little Humans

tiny-little-humans-uk.myshopify.com

At the moment, when I add a collection list to my homepage, the tile shows with a white collection name over it. I would like to remove this overlay entirely to just show the collection image on the tile. I have tried altering the code myself but... as you can tell haven't been very successful. 

Any help would be fab!

Thanks

TLH

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @linzal 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index .collection-grid-item__title-wrapper {
  display: none;
}

 

View solution in original post

Replies 13 (13)