Can I remove quantity selector from Product Pages

This topic has 2 replies, 2 voices, and was last updated 3 weeks, 2 days ago ago by Andrew Mitchell

  • Avatar: Safe Desires
    Safe Desires
    Participant
    February 17, 2026 at 23:40

    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?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    February 18, 2026 at 09:45

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.