Hi there,
I would like to hide the quantity fields on the product page (and checkout pages), as it is a digital product to sell.
I saw the following code from another topic:
.content-product .quantity-wrapper .quantity {
display: none;
}
I added it to custom css box but it still shows the quantity field. Am I doing something wrong?
Regards,
Martijn