jackdennehy Posted March 23, 2021 Share Posted March 23, 2021 Site URL: https://bluebird-wolf-cs36.squarespace.com/order Hi I want to change the automated text "from" before the price of items in my store that have more than one variant' to say "packs from" instead. Is there Custom CSS i can use to this? thanks in advance jack Link to comment
Beyondspace Posted March 24, 2021 Share Posted March 24, 2021 1 hour ago, jackdennehy said: Site URL: https://bluebird-wolf-cs36.squarespace.com/order Hi I want to change the automated text "from" before the price of items in my store that have more than one variant' to say "packs from" instead. Is there Custom CSS i can use to this? thanks in advance jack What is your site wide password? 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
jackdennehy Posted March 24, 2021 Author Share Posted March 24, 2021 18 hours ago, bangank36 said: What is your site wide password? thanks the response bangank36 , the password is: roarstaff2021 Link to comment
Beyondspace Posted March 25, 2021 Share Posted March 25, 2021 5 hours ago, jackdennehy said: thanks the response bangank36 , the password is: roarstaff2021 try .product-price { position: relative; overflow: hidden; color: transparent; } .sqs-money-native { position: absolute; left: 0; background: #000; padding-left: 5em; } .sqs-money-native:after { content: 'packs from'; position: absolute; left: 0; width: 5em; } 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
jackdennehy Posted March 26, 2021 Author Share Posted March 26, 2021 On 3/25/2021 at 12:02 AM, bangank36 said: try .product-price { position: relative; overflow: hidden; color: transparent; } .sqs-money-native { position: absolute; left: 0; background: #000; padding-left: 5em; } .sqs-money-native:after { content: 'packs from'; position: absolute; left: 0; width: 5em; } thanks so much for your help, it worked for the individual product page as shown, but then removes all the prices underneath every item on the 'order' page as a result https://bluebird-wolf-cs36.squarespace.com/order is there away around that? thanks again for your time Link to comment
Beyondspace Posted March 26, 2021 Share Posted March 26, 2021 21 minutes ago, jackdennehy said: thanks so much for your help, it worked for the individual product page as shown, but then removes all the prices underneath every item on the 'order' page as a result https://bluebird-wolf-cs36.squarespace.com/order is there away around that? thanks again for your time could you remove the code so I can help check 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
jackdennehy Posted March 26, 2021 Author Share Posted March 26, 2021 i've removed the code, let me know if you have any luck thanks again Link to comment
tuanphan Posted March 30, 2021 Share Posted March 30, 2021 On 3/27/2021 at 12:38 AM, jackdennehy said: i've removed the code, let me know if you have any luck thanks again Have you solved it yet? 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.