Home Forums WoodMart support forum remove “SOLD OUT”

remove “SOLD OUT”

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #326139

    afoukis
    Participant

    Hi
    How can I remove “SOLD OUT” ?
    I tried this code but didn’t work (https://xtemos.com/forums/topic/remove-sold-out-label/)
    .single .labels-rounded .out-of-stock {
    display:none;
    }

    #326205

    Hello,

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

    .labels-rounded .out-of-stock {
    display:none;
    }

    Regards.
    Xtemos Studios.

    #326207

    afoukis
    Participant

    not working

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

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .product-label.out-of-stock {
        display: none;
    }

    Regards.
    Xtemos Studios.

    #326323

    afoukis
    Participant

    Thanks a lot!!!

    #326467

    Hello,

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘remove “SOLD OUT”’ is closed to new replies.