How can I make the collection image a button instead of collection title on refresh theme?
Hi @jhghidossi ,
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;
}
1 Like