Site logo

Archived topic

there are 2 update quantity buttons.

3 replies · Started by Jusung on March 9, 2023

Viewing posts 1–4 of 4

Hello.
When you check the image on the link, idk why there are 2 ways to change the quantity.
Can I remove one inside box?

Hi there,

something else is affecting the woo styles.
Add this CSS to remove the spinner:

.quantity.buttons-added input::-webkit-inner-spin-button {
    display: none;
}

Thank you!

It is removed.

Could I know what could affect this?
As far as I know, I didn't add any php code that could affect this.
or prvious setting could change it..?
I am using the woocommerce-cart shortcode.
I found woo block is too slow to be loaded, so not using it now.

I am not sure.
There have been some recent updates to Woocommerce that affected the Quantity selector option.
And it may have been one those changes that affected it.

This archived topic is closed to new replies.