Dawn Theme remove prices for a special category.

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

@noid2k

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.