Pipeline Theme Cart has plus/minus for quantity adjustment but also increase/decrease arrows!

Hi there,

Pipeline cart shows plus/minus signs for increaasing and decreasing quantities, but for some reason it also has arrows as well for increasing/decreasing quantities which overwrite the plus/minus signs (which I want to keep).

Is this a feature of Firefox which is the browser I am using, or a problem in the Pipeline code for the cart?

www.trecinasutherland.co.uk

Image:

Thanks in advance for any help you can give!

Trecina

Hi Trecina. The number arrows can be removed with some additional CSS.

input[type=number] {
  -moz-appearance: textfield;
}

https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp