Narrative Theme - How Do I Remove pricing from Catalogue

I have managed to remove pricing from everywhere else except the Catalogue

How can I do this with code?

@ArtemisEcom

Please share your store url!

Thanks!

Here it is

https://compassioncreamery.com.au/

Trying to remove from Catalogue and the other collection (creme cheese)

Thanks in Advance !

@ArtemisEcom

Please add following css code your assets/theme.scss.liquid bottom of the file .

.card__brand, .card__price {
    display: none !important;
}

Thanks!

Thank you

That did it perfectly :slightly_smiling_face: