This topic has 5 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
Hello, i’m using Classico Woocommerce and i want to avoid the quantity button in the product page (i always buy on item).
I tried with CSS
.quantity {display:none;}
and i like the result on product page, but then i have it hidden in the cart list too!
any suggestion?
Thank you
Lorenzo
.
Hello,
Try to use this css code:
.single-product .quantity {
display: none;
}
Best regards,
Jack Richardson.
Thank you very much, it works perfectly!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘how to avoid quantity just on product page’' has been successfully resolved, and the topic is now closed for further responses