Home Forums WoodMart support forum text-decoration for del price Reply To: text-decoration for del price

#558090

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.