withlovefrommaria Posted April 2, 2020 Share Posted April 2, 2020 Site URL: https://www.mayrelm.com/shop/balthassar-castiglione-p4756-6csdf-9xw92-5w9f6-y9fn5-jbeer-hh4ez Does anyone have any code to enable me to not show prices on particular products in my shop. I am only allowed to remove it from all products in my template. Link to comment
tuanphan Posted April 2, 2020 Share Posted April 2, 2020 First, edit product & add tag: noprice Next, add this code to Home > Design > Custom CSS .tag-noprice .product-price { display: none; } 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!) Link to comment
withlovefrommaria Posted April 2, 2020 Author Share Posted April 2, 2020 Dear Tuanphan, Thank you for the answer, 🙂 But I dont seem to get it to work. I added tag and custom CSS but the price is still displaying. Should I use a ID as well in the CSS code? Link to comment
tuanphan Posted April 2, 2020 Share Posted April 2, 2020 "r products in my shop" You mean shop list page or product detail? Above code for shop list page. Can you share link to product detail 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!) Link to comment
withlovefrommaria Posted April 2, 2020 Author Share Posted April 2, 2020 Oh yes - sorry. I refer to the product detail pages. I have made another shop list front manually so it is only the product detail pages I need to alter. Here is a link to one of the products I want to hide the price on: https://www.mayrelm.com/shop/balthassar-castiglione-p4756-6csdf-9xw92-5w9f6-rfmj2 Link to comment
tuanphan Posted April 2, 2020 Share Posted April 2, 2020 Did you add tag: noprice? I just tested on my demo site (SS 7.1), this code will work .tag-noprice .product-price { display: none !important; } 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!) Link to comment
withlovefrommaria Posted April 2, 2020 Author Share Posted April 2, 2020 OMG it worked! Thank you very much! 😊😊😊 Actually I have another question. Do you know how to customize the button on the product details page? I want to hide the button and mail signup box on certain products. Pls. see link below: https://shark-iguana-yhhc.squarespace.com/config/pages/5df8e612ec20c045b7cb9fdb Link to comment
tuanphan Posted April 2, 2020 Share Posted April 2, 2020 Just now, withlovefrommaria said: OMG it worked! Thank you very much! 😊😊😊 Actually I have another question. Do you know how to customize the button on the product details page? I want to hide the button and mail signup box on certain products. Pls. see link below: https://shark-iguana-yhhc.squarespace.com/config/pages/5df8e612ec20c045b7cb9fdb /config is url for site owner. I can't access 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!) Link to comment
withlovefrommaria Posted April 2, 2020 Author Share Posted April 2, 2020 https://www.mayrelm.com/shop/balthassar-castiglione-p4756-6csdf-9xw92-3b7gl Link to comment
tuanphan Posted April 2, 2020 Share Posted April 2, 2020 .tag-nobox form.product-restock-form { display: none !important; } Add tag: nobox and use above code 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!) Link to comment
withlovefrommaria Posted April 2, 2020 Author Share Posted April 2, 2020 It worked like a charm! Thank you !!! 😊 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.