Hi - I am wanting to remove the Collection Title on the “Collection List” section on the minimal Theme. I added the name of the collection to the image itself so I no longer need the title under the image. Any help would be appreciated! I only want the collection list on the home page without titles, not every title on product listings
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your theme.scss.css or theme.scss.liquid file and paste the following code at bottom:
[data-section-type="collection-list-section"] .grid-link__title {
display: none;
}
Brilliant, worked. Thank you so much!