Home Forums WoodMart support forum Sale tag

Sale tag

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

    Anni
    Participant

    Hi!

    I have a problem with the “SALE” tag. It appears on all my products, even though I haven’t activated any sales. It is also showing a different sales percentage on each product. Where can I disable the sale tag and/or change the sales percentage? I would also like to manually choose which products to put on sale. How do I do that?

    Best regards,
    Anni

    #401904

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #402370

    Anni
    Participant

    Hello!

    Could you please tell me where can I make changes to the sales tag or disable it completely? In the theme settings I only found the options for the appearance of the tag and the option for the percentage or the text “sale”.

    Br,
    Anni

    #402465

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    span.onsale.product-label {
        display: none;
    }

    Best Regards

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