arianapmt Posted February 1, 2021 Share Posted February 1, 2021 (edited) How do I remove the price from specific products on the product page? I tried the body id and then using .product-price { display:none !important;} but it did not work. It just removed the price from the entire product page which I did not want. Any ideas how to fix this? For example, I want the sketched images prices to be removed or not shown but I would like to keep the first three product's prices displayed. Edited February 1, 2021 by arianapmt Link to comment
tuanphan Posted February 4, 2021 Share Posted February 4, 2021 Add to Page Header <style> .product-price { display:none !important;} </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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment