Home › Forums › WoodMart support forum › How can I edit the style of these buttons using CSS? › Reply To: How can I edit the style of these buttons using CSS?
July 19, 2022 at 1:16 pm
#392072
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
table.variations select, div.quantity input[type="button"], div.quantity input[type="number"] {
border-color: grey;
}
Best Regards
- This reply was modified 2 years, 5 months ago by Aizaz Imtiaz Awan.