The problem is that quantity arrows AND quantity increment buttons are showing on for example the cart page.
See uploaded image here: https://imgur.com/MUXHIXp
I have hidden them with some custom css as per below:
.woocommerce .quantity .qty
{
background: none;
}
.woocommerce .quantity .qty inpute[type=”number”], input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
display: none;
}