My website: https://rootsoftheroseco.com/
I am wanting to remove the Collection text title below the Collection image on the Homepage, or even hiding the title text BEHIND the image, but I cannot figure it out! Any help is greatly appreciated!
My website: https://rootsoftheroseco.com/
I am wanting to remove the Collection text title below the Collection image on the Homepage, or even hiding the title text BEHIND the image, but I cannot figure it out! Any help is greatly appreciated!
@missjennarose please add this css to the very end of your theme.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → theme.css
.template-index .collection-grid-item__title-wrapper {display: none !important;}