Home Forums WoodMart support forum Quantity Selector Button Reply To: Quantity Selector Button

#254879

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.