Hi everyone, I would like to remove collection title in taste theme.
Like the one you saw below (Muesli, Trail Mix)
Please guide me how to remove that, thanks a lot!
Hi everyone, I would like to remove collection title in taste theme.
Like the one you saw below (Muesli, Trail Mix)
Please guide me how to remove that, thanks a lot!
Hi @Chris444666 ,
Just follow the instructions below.
.collection-list-wrapper .card__content {
height: 0 !important
}
.collection-list-wrapper .card__content {
opacity: 0
}
Hi, it works! Thanks a lot!