Home Forums WoodMart support forum How to remove SOLD OUT BADGE for out of stock products.

How to remove SOLD OUT BADGE for out of stock products.

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

    [email protected]
    Participant

    I want to keep product ‘out of stock’ but want to remove SOLD OUT badge at the same time .
    please help me out.

    #305149

    Hello,

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

    If your labels are round:

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

    This code for reqtangular:

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

    Best Regards

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