P3TTUC3 Posted May 13 Share Posted May 13 I would like to be able to remove the price and the add to cart button for certain products. Is this possible? Link to comment
Solution tuanphan Posted May 14 Solution Share Posted May 14 Yes. Possible. Edit that product > Additional Info > Add a Code Block > paste this code <style> /* Remove add to cart */ div.sqs-add-to-cart-button-wrapper { display: none !important; } .product-price { display: none !important; } </style> dsophie 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
P3TTUC3 Posted May 14 Author Share Posted May 14 Thanks! This worked for me. tuanphan 1 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