9uan Posted March 29, 2022 Share Posted March 29, 2022 (edited) Hi! Is it possible to get a css code for replacing the price to "sold out" on all sold out items? I have tried to do some custom coding myself but I could only get it to appear underneath my price on my shop page and this has created some bugs on the IOS shop page. It would also look a lot better if it could just be replaced with the price and I believe this will solve both issues if possible. Thanks a ton in advance. Edited April 6, 2022 by 9uan Link to comment
Beyondspace Posted March 29, 2022 Share Posted March 29, 2022 1 hour ago, 9uan said: Hi! Is it possible to get a css code for replacing the price to "sold out" on all sold out items? I have tried to do some custom coding myself but I could only get it to appear underneath my price on my shop page and this has created some bugs on the IOS shop page. It would also look a lot better if it could just be replaced with the price and I believe this will solve both issues if possible. I've attached screenshots. Thanks a ton in advance. Can you share your site with the protected password so we can take a look? 9uan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Beyondspace Posted March 30, 2022 Share Posted March 30, 2022 What is the link to access your site? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
tuanphan Posted April 1, 2022 Share Posted April 1, 2022 On 3/30/2022 at 8:24 PM, 9uan said: www.markedeu.com Can you share link to page where we can find sold out product? I Don't see any sold out products here https://www.markedeu.com/shop 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
9uan Posted April 1, 2022 Author Share Posted April 1, 2022 Try and go to the last pages! Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 22 hours ago, 9uan said: Try and go to the last pages! Add to Design > Custom CSS /* replace sold out price with sold out text */ div.sold-out .grid-prices { display: none; } body.view-list .product-mark.sold-out { color: black; } 9uan 1 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
9uan Posted April 2, 2022 Author Share Posted April 2, 2022 Thank you so much!! Worked like a dream. 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