Rimli Posted June 16, 2020 Share Posted June 16, 2020 Hello! I'm trying to remove the "quantity" variant built-in that is on all my product pages since I don't work with this variant for my products. Can you please help with this. how can I custom code to remove this variant from my product pages? thank you! Link to comment
tuanphan Posted June 16, 2020 Share Posted June 16, 2020 Add to Home > Design > Custom CSS .product-quantity-input { display: none; } 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
Rimli Posted June 17, 2020 Author Share Posted June 17, 2020 20 hours ago, tuanphan said: .product-quantity-input { display: none; } thank you so much!! it worked by imputing the below. .product-quantity-input { display:none !important; } Link to comment
Guest Posted July 10, 2020 Share Posted July 10, 2020 Thank you SO much tuanphan It worked great AMZboffo.com Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.