SanitiseThis Posted July 24, 2020 Share Posted July 24, 2020 Site URL: https://sanitisethis.co.uk I have used this code to hide the quantity on my products, but now I need to show the quantity on one of my items https://www.sanitisethis.co.uk/shop/community-spirit-500ml-bottles .product-quantity-input { display:none !important; } Is there a way to tweak to above code to not include this product? Thanks in advance! Link to comment
tuanphan Posted July 24, 2020 Share Posted July 24, 2020 .product-quantity-input { display:none !important; } body#item-5f057d7abcb6c125405f43d3 .product-quantity-input { display: block !important; } 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
SanitiseThis Posted July 24, 2020 Author Share Posted July 24, 2020 1 minute ago, tuanphan said: .product-quantity-input { display:none !important; } body#item-5f057d7abcb6c125405f43d3 .product-quantity-input { display: block !important; } This worked perfectly! Thank you so much Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.