// remove quantity field on product pages // .product-quantity-input { display: none !important; } // remove quantity field in shopping cart // .cart-row-qty { display: none !important; }