Home › Forums › WoodMart support forum › Change back the previous color › Reply To: Change back the previous color
October 27, 2023 at 2:13 pm
#507878
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try and add the following Custom CSS in the Global Custom CSS area under
Theme Settings >> Custom CSS.
div.quantity input[type="button"] {
background-color: black;
}
div.quantity input[type="number"] {
color: black;
}
Best Regards.