Joel-GGT Posted January 10, 2020 Posted January 10, 2020 Hello, can anyone help with this please? I'm hoping to add some text immediately before the price on a product page so that it reads: Price per person: £115.00 The page is https://www.grapeandgraintours.co.uk/our-tours/surrey-hills-tour Can anyone suggest if there may be a solution for this? Many thanks! Joel
tuanphan Posted January 10, 2020 Posted January 10, 2020 add to Home > Design > Custom CSS .collection-type-products.view-item span.sqs-money-native:before { content: "Price per product: £"; } 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!)
Joel-GGT Posted January 10, 2020 Author Posted January 10, 2020 3 hours ago, tuanphan said: add to Home > Design > Custom CSS .collection-type-products.view-item span.sqs-money-native:before { content: "Price per product: £"; } Works like a charm. Thank you for your help!
Guest Posted May 5, 2020 Posted May 5, 2020 Awesome! How about if i want the text after, and I need to customize it by product? "Per foot" "Per board foot" "per linear foot" etc
tuanphan Posted May 5, 2020 Posted May 5, 2020 1 minute ago, emergentstructures said: Awesome! How about if i want the text after, and I need to customize it by product? "Per foot" "Per board foot" "per linear foot" etc #page-id span.sqs-money-native:after { content: "Price per product: £"; } Find Page ID. https://beaverhero.com/squarespace-how-to 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!)
Guest Posted May 5, 2020 Posted May 5, 2020 No, sorry. I need to be able to add "per square foot" or "per linear foot" after the price in different products. some products don't need text at all. also, where would i put that code?
tuanphan Posted May 5, 2020 Posted May 5, 2020 add to home > design > Custom css. Replace #page-id with product page id. Each produc has specific id. Find id. https://beaverhero.com/squarespace-how-to 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!)
Guest Posted May 5, 2020 Posted May 5, 2020 AMAZING any way to make this appear next to the price in the thumbnail new as well?
tuanphan Posted May 7, 2020 Posted May 7, 2020 On 5/5/2020 at 9:04 PM, emergentstructures said: thumbnail view* Can you share link to product page on your site? 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
Archived
This topic is now archived and is closed to further replies.