Home › Forums › WoodMart support forum › text-decoration for del price › Reply To: text-decoration for del price
April 17, 2024 at 4:51 pm
#558090

Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.price del {
text-decoration: line-through !important;
}
span.woocommerce-Price-currencySymbol {
text-decoration: line-through !important;
}
Best Regards.