vna 0 Share Posted November 16, 2020 Hello! Can the word "Sale" for products on sale be customized to say Special Offer? @tuanphan Link to post
creedon 580 Share 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 best , and see my profile. Thanks for your support! Link to post
vna 0 Author Share Posted November 16, 2020 https://www.dearfamilies.com/all-services/dear-everyone This is the link. Thank you! Link to post
tuanphan 9,335 Share 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"; } creedon 1 You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
tuanphan 9,335 Share 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 You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
vna 0 Author Share 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? Link to post
vna 0 Author Share 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 Link to post
tuanphan 9,335 Share 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> You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
vna 0 Author Share 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! Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment