Home Forums Basel support forum Remove button

Remove button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #326969

    beausophie
    Participant

    Hi there,

    I am using an other plug-in with a calculator.
    But now i want to remove the button on the product page, where you can change the amount. See my printscreen.
    It can be removed for every product. It’s next to the shopping cart button.

    On the desktop and on the mobile.

    Do you have a CSS for this?

    The website is under construction, so I put the login details in the private content.

    https://prnt.sc/1x2xe7w

    #327160

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet or elsewhere you want to hide:

    .single-product-content .cart div.quantity {
        display:none;
    }

    Best Regards

    #327395

    beausophie
    Participant

    Hi there,

    Thanks for your response. It works for half.
    When i click on a variation product, the button shows again.

    https://prnt.sc/1xab08i

    Can you please help?
    I added my login details at private content.

    #327545

    Hello,

    Please add this code as well:

    .woocommerce-variation-add-to-cart div.quantity {
       display:none!important;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)