When you provide a discount on your woo-commerce store sale badge will automatically get displayed on the product page and category page to attract customers. Sometimes you wanted to have a discount price without a sale badge.
In order to remove the sale badge on your woocommerce website follow the below steps
Method 1 :
Step 1 : Go to the product page on which you want to remove the sale badge
Step 2 : Add the below code in additional CSS
.woocommerce span.onsale{
display:none;
}
Step 3 : Click Publish
Hope you find this helpful.