Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I'm using a Shopify dawn theme and I'm trying to remove the prices for a special collection.
Is there a convenient way to do so?
My site URL - https://ramallahmarket.com/
The collection I want to hide prices - https://ramallahmarket.com/collections/produce
Please add this CSS to your theme
.collection .price.price--sold-out{
display: none !important;
}
Thanks!
@noid2k - if you want to remove 0.00 price on all collections then you can use css given by @infoatcodelab7
else if you want for this particular collection only then we need a code tweak which will hide prices on this collection only.
One more option is to create completely separate template for this collection and remove price from it.