Home Forums WoodMart support forum Customize Color for Regular Price Reply To: Customize Color for Regular Price

#289541

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