P3TTUC3 Posted May 13, 2023 Share Posted May 13, 2023 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, 2023 Solution Share Posted May 14, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
P3TTUC3 Posted May 14, 2023 Author Share Posted May 14, 2023 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