How to remove price from products on a category/collection page NOT from the Product page. Dawn v11.

How to remove price from products on a category/collection page NOT from the Product page. Dawn v11.

Page I am concerned with:

https://ec6bc3-2.myshopify.com/collections/dog-car-seats

pw

eawhup

1 Like

Hello @daved1234

please add this css Asset > base.css and paste this at the bottom of the file:-

.card-information {
display: none;
}