Guest Posted June 30, 2021 Posted June 30, 2021 Please could you assist with the custom CSS for removing all prices from the commerce site, including in the cart and checkout
tuanphan Posted July 2, 2021 Posted July 2, 2021 Hi. What is site url? Each site will need a different code. With price, you can try adding this to Design > Custom CSS /* hide price */ .product-price { display: none !important; } /* add to cart */ div[class*="add-to-cart"] { 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.