Rachel12345 Posted December 18, 2019 Posted December 18, 2019 Hi All, Thanks to some research in the forum (see below) I have removed the price from a single product detail page, but it is still showing up on the product page (See photos below showing both) Working code for removing from product detail page: <style> body#item-5df95272c2039c3981d881da .product-price { display:none !important;} </style> How can I get the price to disappear from the product page as well? I have tried (but it didn't work): <style> body#item-5df95272c2039c3981d881da #productList .product-price { display:none !important;} </style> Product Page-- How do I remove the $0.00? Product Detail Page-- PRICE GONE: ! Thanks to this post for help so far!
Rachel12345 Posted December 18, 2019 Author Posted December 18, 2019 41 minutes ago, Rachel12345 said: Hi All, Thanks to some research in the forum (see below) I have removed the price from a single product detail page, but it is still showing up on the product page (See photos below showing both) Working code for removing from product detail page: <style> body#item-5df95272c2039c3981d881da .product-price { display:none !important;} </style> How can I get the price to disappear from the product page as well? I have tried (but it didn't work): <style> body#item-5df95272c2039c3981d881da #productList .product-price { display:none !important;} </style> Product Page-- How do I remove the $0.00? Product Detail Page-- PRICE GONE: ! Thanks to this post for help so far! @tuanphan Thanks for your amazing posts on the forum. I was able to get half of my answer to the above from an old post of yours. Any chance you can check out my question and perhaps provide an answer as to how to get the price to remove from the product page? Thank you!!!
tuanphan Posted December 18, 2019 Posted December 18, 2019 @Rachel12345 Can you share link to product page? 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!)
Rachel12345 Posted February 8, 2020 Author Posted February 8, 2020 @tuanphan-- sorry for the delay-- the site is not quite live, but almost-- any advice if I cannot yet share the page?
tuanphan Posted February 8, 2020 Posted February 8, 2020 1 minute ago, Rachel12345 said: @tuanphan-- sorry for the delay-- the site is not quite live, but almost-- any advice if I cannot yet share the page? I don't remember product price class, so need url to check code. It need some custom code to solve. You can setup password & share url 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!)
Rachel12345 Posted February 8, 2020 Author Posted February 8, 2020 Thanks! I'm building it for someone--- it looks like the class is product-price.
tuanphan Posted February 8, 2020 Posted February 8, 2020 you can try adding to Home > Design > Custom CSS .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!)
Rachel12345 Posted February 22, 2020 Author Posted February 22, 2020 Thanks! What ended up working in case others have the same question: <style> a#thumb-amore-monument-m263z-lh73s-3slse-sk8mj .product-price { display:none !important;}</style> Added in the page header code injection for the product page.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.