My customers will never select more than one item of the same product selection. How can I remove/hide the quantity choice and default it at 1? Is there a direct function or custom CSS I can use?
This topic has 2 replies, 2 voices, and was last updated 3 weeks, 2 days ago ago by Andrew Mitchell
My customers will never select more than one item of the same product selection. How can I remove/hide the quantity choice and default it at 1? Is there a direct function or custom CSS I can use?
Hello, Safe Desires,
To remove the quantity selector, we have added the following custom CSS in XStore Options → Theme Custom CSS → Global CSS
/* Remove product quantity */
.woocommerce-variation-add-to-cart .quantity{
display:none!important;
}
Best regards,
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up