Home Forums WoodMart support forum I want to remove the "sale" tag on the products.

I want to remove the "sale" tag on the products.

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

    ihsanozdemir
    Participant

    I want to remove the “sale” tag on the products. I remove it from the theme settings but the “sale” tag is coming

    Attachments:
    You must be logged in to view attached files.
    #301849

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .labels-rectangular .onsale { 
    display:none;
    }

    Best Regards

    #301901

    ihsanozdemir
    Participant

    I used it, it didn’t work

    Attachments:
    You must be logged in to view attached files.
    #301936

    Hello,

    Please replace the code with this one:

    body .labels-rounded .onsale { 
    display:none;
    }

    Best Regards

Tagged: 

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