Home Forums WoodMart support forum SOLD OUT Badge

SOLD OUT Badge

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

    shanehinkley
    Participant

    Hi I have been trying to hide the SOLD OUT badge that appears on product with 0 inventory, I tried a solution you suggested in another topic but it does not seem to work for me:

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

    Any help welcomed!

    #268754

    Hello,

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

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

    Best Regards

    #268798

    shanehinkley
    Participant

    Thank you for the quick reply,

    However the sold out did remove off the actual product page but is still on the category page i.e. product preview?

    Shane

    #268810

    Hello,

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

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

    Best Regards

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