Home Forums Azuma Shopping Cart not display order amounts with all characters Reply To: Shopping Cart not display order amounts with all characters

#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;
}