Home › Forums › WoodMart support forum › Woocommerce Sale Price and Strike Through Color Change. › Reply To: Woocommerce Sale Price and Strike Through Color Change.
January 19, 2021 at 10:57 am
#259682
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item del .amount {
color: red;
}
.product-grid-item .price del {
color: black;
}
Best Regards.