Home Forums WoodMart support forum Editing quantity box and add to card button Reply To: Editing quantity box and add to card button

#379505

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

div.quantity input[type=”button”], div.quantity input[type=”number”] {
height: 50px;
}

input.minus {
border-right: none !important;
}

input.plus {
border-left: none !important;
}

Best Regards