Home › Forums › WoodMart support forum › Change back the previous color › Reply To: Change back the previous color
November 1, 2023 at 1:49 pm
#509059

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="number"] {
color: black;
}
Best Regards.