How can I remove the Heading space under a collection item?

Hi,

We’ve managed to hide the collection names via some basic coding in the Taste theme as we’d prefer to have them as part of the image - however there’s still a clickable empty space where the collection name was. Is there any way we can remove this space entirely so that it just functions as a clickable image?

We’re using the Taste theme at the moment - the store is still under development so it’s blocked behind a password at the moment I’m afraid!

https://tastytoothpaste.co.uk/

The password is just tastytoothpaste1

1 Like

Brilliant, thank you!

Ok, I see you’ve already solved the problem by using this code:

.collection-list__item .card__content {
  display: none;
}

My recommendation though is to never edit theme code like this, but rather use the “Custom CSS” section settings (just below the “Theme settings” in your screenshot).

The benefits of using “Custom CSS” are:

  1. Your theme would be easy to update in the future – themes with modified code will require manual updating, while “Custom CSS” is a setting which will be transferred to updated theme.

  2. This code will apply only to the elements in this section, which allows you some flexibility, say, you may want this section look this way, but for another section you’d need to retain collection name under the image…