Home Forums Basel support forum Remove Sold Out Badge

Remove Sold Out Badge

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5552

    Geekilaz
    Participant

    Hi,

    I want to know how to remove the sold out badge from the product thumbnail (image below) even if the stock is at 0.
    Sold out badge

    is it possible? what should i do?

    Thanks

    #5553

    Geekilaz
    Participant

    The image linked doesn’t appear.
    Here is a link : http://imgur.com/5eIUAT5

    Thanks

    #5558

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    You can use this code snippet to remove this badge completely. Add it to the Custom CSS area in Theme Settings

    .onsale {
        display: none;
    }

    Regards

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