Home › Forums › WoodMart support forum › change Barred price color and quantity number color › Reply To: change Barred price color and quantity number color
May 21, 2021 at 10:23 pm
#294524
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body div.quantity input[type="number"],
body div.quantity input[type="button"] {
border-color:#000000;
color: #000000;
}
Best Regards