Instead of having a clickable link, how do you remove the text and make the images clickable?
Hi @mpas98 ,
Please follow the instructions below.
- In your Admin store, click Online store > Themes
- Go to the theme you want to edit, click Actions > Edit code
- In your Asset folder, open the base.css and add the code below
.collection-list .card__content {
height: 0
}
.collection-list a.full-unstyled-link {
opacity: 0;
}
can you please send store ulr so i will check and guide you
Hey, thank you for this! I added this in and it just removed the text but didn’t make the image clickable?
You still have to put a link to the column. Do you mind sharing your website?
