Ezgi Posted December 15, 2023 Posted December 15, 2023 Hello! On my final checkout page I am trying to add text either beside or beneath the price. For example "£436/per room" or "£436/2p Is there a way to use CSS to do this?
Solution Ziggy Posted December 15, 2023 Solution Posted December 15, 2023 The checkout page is a secure page in your Squarespace website and not editable with code. This is to safeguard the purchase process from vulnerabilities. Ezgi 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
tuanphan Posted May 27 Posted May 27 5 hours ago, Dagoddez said: But can you do this on a product page!?!? You can use this code to Website > Website Tools > Custom CSS .product-price:after { content: "/per Room"; } 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!)
Dagoddez Posted May 27 Posted May 27 That worked perfectly. Thanks Tuan! I used your code and it worked on all products: .product-price:after { content: "/person"; } I have just one product that needs to be different and say "/lesson" instead of "/person". How can I change it for just one product without affecting the rest of the other products? Thanks so much!
tuanphan Posted May 29 Posted May 29 On 5/27/2024 at 6:39 PM, Dagoddez said: That worked perfectly. Thanks Tuan! I used your code and it worked on all products: .product-price:after { content: "/person"; } I have just one product that needs to be different and say "/lesson" instead of "/person". How can I change it for just one product without affecting the rest of the other products? Thanks so much! You can let me know which product, I will give you code to do this 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