Tomatoe Posted May 12, 2022 Share Posted May 12, 2022 Site URL: https://mango-crow-ccld.squarespace.com Can anyone help me disable the quantity and the shopping cart on my individual product pages? I have it disabled on the main page, but I still see it on the individual pages. This is what I have in there that isn't working on the individual pages: /* Hide the add-to-cart button */ .tag-hidecart .ProductItem-summary .ProductItem-details { .sqs-add-to-cart-button-wrapper, .product-quantity-input { display: none; } } .product-add-to-cart, .product-price { visibility: none; display: none; } Link to comment
tuanphan Posted May 15, 2022 Share Posted May 15, 2022 Add this to Design > Custom CSS .sqs-add-to-cart-button-wrapper, .product-quantity-input { 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!) 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