Supply Theme - Hiding names of products in 1 collection only

Hi, geniuses of CSS, liquid and javascript,

Any help would be much appreciated.

My store is adorethepaw.myshopify.com and the password is kriets

I have 3 collections in my store, with one called ‘Cat Signs’.

I would like to hide the names of the products in this collection only on the collection page, but not on the product page.

Is there any way to solve this, please.

Thanks for your help,

Anthony Gosling

.collection-and-pagination-container .grid-product__title {

  1. display: none;

}
add this css to hide product title on collection page