Hi! On the collage on homepage I would like to hide the text of all the featured collections (I.e. shackets, boots, etc)
I will be uploading images with collection titles on them
THEME IS DAWN
thanks!
Hi! On the collage on homepage I would like to hide the text of all the featured collections (I.e. shackets, boots, etc)
I will be uploading images with collection titles on them
THEME IS DAWN
thanks!
Hey @jennarose ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.
.collage .collage__item--collection .full-unstyled-link {
opacity: 0 !important;
}
If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman