Home Forums Basel support forum Update sale tag

Update sale tag

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

    ginhim
    Participant

    Is there a way to remove the circle sale tag that appears on top of a product when it is on sale?

    Better yet, is there a way to update the copy inside the circle to say something else instead of ‘sale’?

    #6133

    Artem Temos
    Keymaster

    Hello there,

    Thank you for the question.

    You can easily change this “Sale” text with a POT translation file for WooCommerce plugin. Here is a video tutorial that demonstrates how to edit POT files with Loco Translate https://www.youtube.com/watch?v=tAFq1yTfWfU

    Regards

    #6158

    ginhim
    Participant

    I havent been able to figure it out…

    How do you turn off the sale tags?

    #6161

    Artem Temos
    Keymaster

    Hi,

    What didn’t you figure out? Did you have some difficulties with translation plugin?

    To remove the badge you can use this CSS code

    span.onsale {
        display: none;
    }

    Regards

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