Home › Forums › Azuma › Shopping Cart not display order amounts with all characters › Reply To: Shopping Cart not display order amounts with all characters
July 23, 2020 at 3:20 pm
#11559
Andy
Keymaster
Please copy this code to ‘Customize’ > ‘Additional CSS’:
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}