Home › Forums › WoodMart support forum › Customize Color for Regular Price › Reply To: Customize Color for Regular Price
May 4, 2021 at 8:08 pm
#289541
Elise Noromit
Member
Hello,
Please replace the code with this one:
body .product-grid-item .price del span{
color: red;
}
body .product-grid-item .price del{
color: red;
}
body .summary-inner> .price del span{
color: red;
}
body .summary-inner> .price del{
color: red;
}
Best Regards