0

I have a problem with woocommerce quantity selector arrows. it's showing on desktop but does not show on mobile.

I tries the following CSS but still, nothing happened.

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
      -webkit-appearance: textfield ;
    -moz-appearance: textfield;
    appearance: textfield;
}

see example here

  • Does this answer your question? [Is it possible to always show up/down arrows for input "number"?](https://stackoverflow.com/questions/25194631/is-it-possible-to-always-show-up-down-arrows-for-input-number) – GucciBananaKing99 Nov 19 '21 at 15:30

0 Answers0