Home Forums Basel support forum SALE badge on products

SALE badge on products

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3179

    kinott
    Participant

    Hey guys. I have an issue with translated SALE badge on goods.
    it comes out of circle background. Link in private.
    Need advice. Thank you.

    #3180

    Artem Temos
    Keymaster

    Hello,

    Thank you for purchasing our theme.

    Here is a code snippet that will make your sale label rectangular. Add it to the Custom CSS section in Theme Settings.

    .onsale, .out-of-stock-label {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0;
        width:auto;
        height: auto;
        line-height: 24px;
    }

    As for translation, so yes, this string is located in woocommerce POT files. We suggest you to watch this video tutorial that will help you to translate the theme with a Loco Translate plugin https://www.youtube.com/watch?v=tAFq1yTfWfU

    Regards

    #3238

    kinott
    Participant

    Thanks a lot!
    It all works.

    #3244

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘SALE badge on products’ is closed to new replies.