How do I remove the number of the products counter next to the add to cart?

This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez

  • Avatar: Allan Morrow
    Allan Morrow
    Participant
    January 30, 2023 at 04:29
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    January 30, 2023 at 05:33

    Hello, @Allan Morrow,

    You can easily remove it using the Custom CSS code. Please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.

    .single-product .product-content form.cart .quantity {
        display: none !important;
    }

    Best Regards,
    8Theme’s 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.