Hello,
I am using the color block theme and would like to hide prices on the collection and product pages for items that have sold out.
Is this possible?
TIA
Hello,
I am using the color block theme and would like to hide prices on the collection and product pages for items that have sold out.
Is this possible?
TIA
That is possible. Can you please share your site url so I can have a quick look?
Thanks for replying Daniel.
My shop is cicelyswardrobe.myshopify.com
Please put in below code to the last line of base.css
by going to your store admin > Online Store > Themes > Actions > Edit code > Assets folder. (https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code)
.price.price–sold-out { opacity: 0; }
.price–sold-out .price-item { display: none; }
Excellent, thank you so much! Easy when you know how!
Hi
I tried to add this code too and I didn’t see any change. Can you please help? I’d like to hide prices when they are $0.00 .thanks