Site logo

Archived topic

GeneratePress WooCommerce Quantity Buttons

7 replies · Started by Allison on November 9, 2020

Viewing posts 1–8 of 8

Hi guys,

So having some issues with the display of the woo quantity buttons. The plus button shows, not the minus button. A weird layout issue. Any idea what is going on? View Screenshot

Best,

Allison

Hi there,

can you share a link to your site?

Hi David,

See the private info for link.

Best,

Allison

Hi David,

Thanks, that seemed to fix it, however I noticed that the default woo increase up and down arrows are still showing when you over over the quantity number, is that supposed to be that way with the woo quantity buttons turned on? It's off-setting the number and cutting it off when increasing the amount.

Best,

Allison

Thats odd that the number spinner should be appearing.
Try adding this CSS to remove them:

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

Thanks David, that worked! :)

Glad to hear that!

This archived topic is closed to new replies.