Dawn Theme remove prices for a special category.

Dawn Theme remove prices for a special category.

noid2k
Visitor
2 0 0

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 

Replies 2 (2)

infoatcodelab7
Shopify Partner
593 141 158

@noid2k

 

Please add this CSS to your theme

 

.collection .price.price--sold-out{
    display: none !important;
}

 

Thanks!

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com

suyash1
Shopify Partner
11060 1364 1745

@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.

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.