Home › Forums › WoodMart support forum › Editing quantity box and add to card button › Reply To: Editing quantity box and add to card button
May 28, 2022 at 10:18 am
#379505
Aizaz Imtiaz Awan
Keymaster
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