sofia62 Posted May 19 Share Posted May 19 I want to hide the prices of items when they are sold out. Can anyone help me with this issue? Thanks! My website is: www.voodoo-warehouse.com. Link to comment
Beyondspace Posted May 20 Share Posted May 20 21 hours ago, sofia62 said: I want to hide the prices of items when they are sold out. Can anyone help me with this issue? Thanks! My website is: www.voodoo-warehouse.com. You can try the following Custom Css .products-list .grid-item.sold-out .grid-prices{ visibility: hidden; } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
sofia62 Posted May 20 Author Share Posted May 20 Thanks, but It's still showing when you click on the item Link to comment
tuanphan Posted May 22 Share Posted May 22 On 5/21/2024 at 1:46 AM, sofia62 said: Thanks, but It's still showing when you click on the item Try this code for product detail .sold-out .product-price { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
sofia62 Posted May 22 Author Share Posted May 22 It's still showing. Maybe my currency converter plugin is not letting me hide the price. Link to comment
Solution tuanphan Posted May 23 Solution Share Posted May 23 22 hours ago, sofia62 said: It's still showing. Maybe my currency converter plugin is not letting me hide the price. Try this code .sold-out .product-price, .sold-out .ts-price { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
sofia62 Posted May 23 Author Share Posted May 23 Thank you Tuan! You are always my savior 🤗 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment