Hide prices of sold out products on homepage collections

Hi i want to Hide prices of sold out products on homepage collections, current solutions don’t seem to work. i have a dawn theme.

Hey @sutogallery !

We’d love to help with this. Please share your store URL, and we’ll send you the code. If you’d like us to do it for you, just send us your collaborator code :blush: .

Cheers!
Shubham | Untechnickle

Hello @sutogallery
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Hi @sutogallery ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

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

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

This worked! thank you so much!

@sutogallery Please like and mark the solution.

its fixed :slightly_smiling_face: thanks to an other answer. my URL is https://sutogallery.nl/

thanks for answering !