How to make collection list image(s) clickable (Dawn theme)

Instead of having a clickable link, how do you remove the text and make the images clickable?

Hi @mpas98 ,

Please follow the instructions below.

  1. In your Admin store, click Online store > Themes
  2. Go to the theme you want to edit, click Actions > Edit code
  3. 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;
}

@mpas98

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?

Hi @Greer_George

You still have to put a link to the column. Do you mind sharing your website?