How to remove pricing from a specific collection on Craft theme

Hi, how can I either remove the pricing on this collection page (or change it to text “Price Varies”), but still keep pricing on all other collection pages.

https://syrachacuse.com/collections/holiday-gift-sets the 3 products are gifts, and the pricing varies depending on what a shopper chooses. Thanks!

Hey Charlie,

You’ll want to create a custom collection page template.

See here: https://help.shopify.com/en/manual/online-store/themes/theme-structure/templates#create-a-new-template

Then apply that custom template to the collection you’re working with:

See here: https://help.shopify.com/en/manual/online-store/themes/theme-structure/templates#apply-a-new-template

… and then you can go back into your theme editor > navigate to the collection > click into the ‘product grid’ or ‘collection’ settings from the left hand menu > then on the right-hand menu, scroll down to the “Custom CSS” section:

… and then add the following coding:

.card-information {display: none;}

Save changes, and the price should be hidden on just that one collection page! :slightly_smiling_face:

Cheers,

Stephen

Worked perfectly!!! Thank you

Happy to help! :slightly_smiling_face:

Side note: you marked your own post as the ‘accepted solution’ instead of mine (haha).