Remove Collection Title

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.

  1. Go to Admin > Online store > Themes > Actions > Edit code
  2. Open the base.css file under the Asset folder
  3. Add the code below.
.collection-list-wrapper .card__content {
    height: 0 !important
}

.collection-list-wrapper .card__content {
opacity: 0 
}
2 Likes

Hi, it works! Thanks a lot!

1 Like