Need to Remove the Collection link and make image clickable. Sense 2.0

Hey Guys, I am trying to remove the collection title from the images and have the images as a clickable link. Can anyone help? Ive included a screen shot of the issue. Many thanks,

@scranman - can you please share this page link?

1 Like

Sure :slightly_smiling_face:

https://dnj0ro66zhsopoze-55773429934.shopifypreview.com

@scranman - please add this css to the very end of your base.css file and check

h3.card__heading {opacity: 0;}

That worked awesomly! Thanks so much, is there any way to make the distace between the images smaller on mobile? It’s looks kinda of awlward without the text and a big space :slightly_smiling_face:

@scranman - please try this, adjust number as per the need

@media screen and (max-width:749px){
#shopify-section-template--15552797540526__1651501376c8c91309 .card__content
{margin-top: -108px;}
}