Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;
    }
    Thread Starter Lavpristelte.dk

    (@lavpristeltedk)

    Thanks for your assistance. That helped a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sale tag text not placed correctly’ is closed to new replies.