Home Forums WoodMart support forum Remove Label

Remove Label

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #466453

    web.ezekaworld
    Participant

    Hi there!
    Please, how can I remove the “Sale!” label from the Related product list?
    kindly refer to attached screenshot.

    Regards.

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

    Luke Nielsen
    Keymaster

    Hello,

    The below code should help you with it. Please enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .single-product .product-grid-item .product-labels .out-of-stock {
        display: none;
    }

    Kind Regards

    #466644

    web.ezekaworld
    Participant

    hello,
    I thought it was a setting that caused it in the first place.
    how did it appear there? is it a default?

    and what I want to remove is just that “Sale!” that appear on-top, not all the labels.

    why give me code that contains ALL labels?

    #466645

    web.ezekaworld
    Participant

    and what I want to remove is just that “Sale!” that appear on-top, not all the labels.

    why give me a code that contains ALL labels?

    #466931

    Luke Nielsen
    Keymaster

    Hello,

    The “Sale!” that appears on top, most likely comes from some third-party plugins, so please provide access to the admin dashboard and confirm the permission to disable the third-party plugins.

    Kind Regards

    #466978

    web.ezekaworld
    Participant

    Hi,
    you are correct. I have resolved it!

    thanks!

    #467004

    Luke Nielsen
    Keymaster

    Hello,

    Glad that you have resolved it.

    If there’s anything you need, please write me or another member of our help desk team.

    We’re here for you!

    Kind Regards

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

The topic ‘Remove Label’ is closed to new replies.