Remove Quantity from Product Page & Shopping Cart for given Product
-
Hello – I want to remove or disable the “Quantity” drop-down (select) for a specific product (ID: 90, Slug: donation) in the single-product Page for this Product and also in the Shopping Cart.
I saw the following snippet (below) in another answer, and was wondering if I could modify it, and how? (both for the single product page, and for the shopping cart). In addition, I’d be very grateful if you can please indicate as specifically as possible exactly where I can find the .css file(s) that need modifying.
.single-product .single-product-wrapper .quantity {
display: none;
}Many thanks in advance!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.