Home › Forums › WoodMart support forum › change Barred price color and quantity number color › Reply To: change Barred price color and quantity number color
May 20, 2021 at 10:40 pm
#294188
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .price del .amount {
color: red;
}
body .price ins .amount {
color: blue;
}
Set the color as per your needs.
Best Regards