Home › Forums › WoodMart support forum › Customize Color for Regular Price › Reply To: Customize Color for Regular Price
May 2, 2021 at 7:38 pm
#288833
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .price del span{
color: red;
}
body .summary-inner> .price del span{
color: red;
}
body .summary-inner> .price del{
color: red;
}
Best Regards