• Resolved Olufemi

    (@yurbshop21)


    Hi community, trust you’re good!
    Please, I need help removing quantity counter displaying above cart button in single product page. Any help is highly appreciated

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @yurbshop21,

    How’re you today?

    I can only see the “Chat Now” and “Get Support” buttons on your product page. I couldn’t find the “Add to Cart” button. Where should we go for the “Add to Cart” button? Can you send a link and a screenshot of what you want to be removed?

    I recommend https://snipboard.io for easily sharing screenshots – please follow the instructions on that page, then paste the URL in this thread.

    Please note that we’ll be happy to assist if it’s a quick edit, otherwise it would be fair to get in touch with the theme developers for help with customizations or reach out to one of the customization experts listed at https://woocommerce.com/customizations/.

    Cheers.

    Thread Starter Olufemi

    (@yurbshop21)

    Yes, I removed the cart button, since am not needing it. Here’s a screenshot to what I’d like to remove https://prnt.sc/_oSDeo3uJDAK

    Thread Starter Olufemi

    (@yurbshop21)

    Mirko P.

    (@rainfallnixfig)

    Hi @yurbshop21,

    Thank you for the screenshot.

    You can remove/hide the quantity box with some custom CSS. Under Appearance > Customize > Additional CSS, you can add the following code:

    .single-product .single-product-wrapper .quantity {
      display: none;
    }

    If you’re interested in learning CSS we highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Hope this helps!

    Thread Starter Olufemi

    (@yurbshop21)

    This works… Thanks @rainfallnixfig

    Plugin Support nathvi V. a11n

    (@nathvi)

    hi @yurbshop21

    Glad to know the code worked!

    I’ll mark this thread as resolved for now. Feel free to reach out if you have any other questions.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove quantity from single product page’ is closed to new replies.