Removing collection text on homepage. Not available in standard theme options

Hello!

Currently i am trying to make my homepage look a bit more fresh. I recently added the colored boxes behind the collections on the homepage. As you can see the names are double https://bendyxl.nl/

I’ve been searching for a while now, but can’t figure out how to remove the text beneath the collection boxes. Does anyone have an idea on how to fix this? Perhaps in the code section?

@reggiepijls - add this css to the very end of your theme.css file and check

#shopify-section-1624789135a1e13982 .featured-collections-grid-item-title{display:none; visibility:hidden;}

Hi @suyash1 ,

Thanks for the fast response! Is it good like this? Because it’s not changed on the live page. Sorry i’m a real noob with working in code.

@reggiepijls - i think your media query is not completed correctly, therefore please add one more bracket } on line 21755.. so line has 2 brackets }} and save and check