I have managed to remove pricing from everywhere else except the Catalogue
How can I do this with code?
I have managed to remove pricing from everywhere else except the Catalogue
How can I do this with code?
Here it is
https://compassioncreamery.com.au/
Trying to remove from Catalogue and the other collection (creme cheese)
Thanks in Advance !
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 ![]()