Making collection image a button instead of collection title on refresh theme

How can I make the collection image a button instead of collection title on refresh theme?

Hi @jhghidossi ,

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;
}
1 Like