Quantity button on product page
-
Hello, I searched a lot but did not find an option to remove a quantity from the product page. Please help!
Hi al2min,
Thanks for reaching to us and appreciate your patience.
Navigate to Theme Settings > Products archive > Products styles and turn off Quantity input on product
option https://prnt.sc/RKSUHGXMZygd
Best Regards.
I want to remove the quantity button from a single product page
Hi al2min,
Thanks for details.
There are 2 methods to do that:
I kindly request that you enable the option to be Sold Individually
, which will remove the quantity selection from specific single product https://prnt.sc/dnAHNuPDlOet
In case you want to remove it from all products, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.single-product .quantity{
display: none;
}
Regards,