[ad_1]
Hi @lavpristeltedk,
Upon checking, one of your active plugins, that is GoodLayers Core adds CSS that changes the on-sale label. To verify this, you may try disabling this plugin.
You may contact the plugin’s author to find help for your issue.
Or, you may add this CSS fix to your site’s Additional CSS.
.woocommerce span.onsale {
width: 78px;
height: 35px;
border-radius: 0;
line-height: 30px;
padding-bottom: 0;
}
Thanks for your assistance. That helped a lot.
