Home › Forums › WoodMart support forum › Quantity Selector Button › Reply To: Quantity Selector Button
December 31, 2020 at 10:54 am
#254879

Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.form-style-semi-rounded div.quantity .minus {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.form-style-semi-rounded div.quantity .plus {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
Best Regards.