vna Posted November 16, 2020 Posted November 16, 2020 Hello! Can the word "Sale" for products on sale be customized to say Special Offer? @tuanphan
creedon Posted November 16, 2020 Posted November 16, 2020 Please post the URL for a page where you want to change this text. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
vna Posted November 16, 2020 Author Posted November 16, 2020 https://www.dearfamilies.com/all-services/dear-everyone This is the link. Thank you!
tuanphan Posted November 16, 2020 Posted November 16, 2020 Add to Home > Design > Custom CSS .product-mark.sale { font-size: 0; } .product-mark.sale:before { font-size: 15px; content: "Special Offer"; } 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!)
tuanphan Posted November 17, 2020 Posted November 17, 2020 55 minutes ago, vna said: Thank you! This worked! The site doesn't look good on Tablet. Try checking & If you need to fix, we can help 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!)
vna Posted November 17, 2020 Author Posted November 17, 2020 1 minute ago, tuanphan said: The site doesn't look good on Tablet. Try checking & If you need to fix, we can help How would you recommend fixing?
vna Posted November 17, 2020 Author Posted November 17, 2020 Also, would it be possible to have different labels instead of "Quantity" for different categories? I was able to change it to Number of Participants but that is for all the products. For e.g., in this page, I would like it to say "Number of Sessions" instead of "Number of Participants". I want it to say "Number of Participants" for other categories. https://www.dearfamilies.com/all-services/p/individual-private-consultation-sessions-vasudha
tuanphan Posted November 17, 2020 Posted November 17, 2020 Edit Product > Additional Info > Add a Code Block > Paste this code <style> .quantity-label { visibility: hidden; } .quantity-label:before { visibility: visible; content: "Number of Participants"; } </style> 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!)
vna Posted November 18, 2020 Author Posted November 18, 2020 On 11/17/2020 at 12:06 AM, tuanphan said: Edit Product > Additional Info > Add a Code Block > Paste this code <style> .quantity-label { visibility: hidden; } .quantity-label:before { visibility: visible; content: "Number of Participants"; } </style> Thank you this worked!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.