vna Posted November 16, 2020 Share Posted November 16, 2020 Hello! Can the word "Sale" for products on sale be customized to say Special Offer? @tuanphan Link to comment
creedon Posted November 16, 2020 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 comment
vna Posted November 16, 2020 Author Share Posted November 16, 2020 https://www.dearfamilies.com/all-services/dear-everyone This is the link. Thank you! Link to comment
tuanphan Posted November 16, 2020 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 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
vna Posted November 17, 2020 Author Share Posted November 17, 2020 Thank you! This worked! Link to comment
tuanphan Posted November 17, 2020 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 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
vna Posted November 17, 2020 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 comment
vna Posted November 17, 2020 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 comment
tuanphan Posted November 17, 2020 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> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
vna Posted November 18, 2020 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 comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment