Home Forums WoodMart support forum How can I remove this? Thank you

How can I remove this? Thank you

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #320336

    benmuminov
    Participant

    How can I remove this? Thank you

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

    Luke Nielsen
    Keymaster

    Hello,

    In order to remove the “Vente” label, you can try to add custom CSS in the Theme Settings -> Custom CSS -> enter the code below to the “Global Custom CSS” field.

    .product-labels .onsale {
      display: none;
    }

    Kind Regards

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