• Resolved bellhogar

    (@bellhogar)


    Hello, we have installed this plugin on our website and with the update the cart buttons are giving us error. Apart from not being able to change the style, in the internal number it does not allow to appear more than one figure, I mean, if I have 15 items in the cart, only the number 1 appears. Can you tell us how to remove these buttons from the cart section?

    in the previous version we had it hidden and everything solved. But with the update again appear and the plug-in does not work to hide it before. How can we solve it or how can we hide it from the cart?

    Thank you. A greeting.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Niels Lange

    (@nielslange)

    Howdy @bellhogar,

    Hello, we have installed this plugin on our website and with the update the cart buttons are giving us error. Apart from not being able to change the style, in the internal number it does not allow to appear more than one figure, I mean, if I have 15 items in the cart, only the number 1 appears. Can you tell us how to remove these buttons from the cart section?

    in the previous version we had it hidden and everything solved. But with the update again appear and the plug-in does not work to hide it before. How can we solve it or how can we hide it from the cart?

    Feel free to add the following CSS code to your site. This should allow you to style the quantity buttons and will also increase the width of the quantity field so that the second digit become visible again:

    /* Adjust quantity field */
    .woocommerce .quantity .qty {
      padding: 0.5em;
      width: 4em;
    }
    
    /* Adjust quantity buttons */
    .woocommerce .quantity input[type=button].minus,
    .woocommerce .quantity input[type=button].plus {
      background: white;
      border: 1px solid #dfdfdf;
      padding: 0.25em 1em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘button in the cart’ is closed to new replies.