rdesignco Posted December 20, 2022 Posted December 20, 2022 Hello, I would like to change the default "Sold Out" text on products to "Private Collection". Is this possible?
Beyondspace Posted December 21, 2022 Posted December 21, 2022 18 hours ago, rdesignco said: Hello, I would like to change the default "Sold Out" text on products to "Private Collection". Is this possible? You can try adding to Home > Design > Custom Css .product-mark.sold-out { visibility: hidden; } .product-mark.sold-out:after { content: 'Private Collection'; visibility: visible; } Support me by pressing 👍 or marking as solution if this useful for you rdesignco 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted December 21, 2022 Posted December 21, 2022 My testing rdesignco 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
rdesignco Posted December 22, 2022 Author Posted December 22, 2022 Thank you! Would you be able to tell me the proper CSS to center align this?
Beyondspace Posted December 23, 2022 Posted December 23, 2022 4 hours ago, rdesignco said: Thank you! Would you be able to tell me the proper CSS to center align this? Can you share your site so I can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
rdesignco Posted December 27, 2022 Author Posted December 27, 2022 Here is the site URL https://chartreuse-opossum-ty2w.squarespace.com/
Solution tuanphan Posted December 29, 2022 Solution Posted December 29, 2022 On 12/28/2022 at 1:28 AM, rdesignco said: Here is the site URL https://chartreuse-opossum-ty2w.squarespace.com/ Use this CSS body.view-list .product-mark.sold-out:after { display: block; } rdesignco 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment