Home Forums WoodMart support forum cannot remove sold out labels

cannot remove sold out labels

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

    mnicholsj
    Participant

    I have tried custom code:
    .single .labels-rounded .out-of-stock {
    display:none;
    }

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

    Single will remove the label on individual product pages. neither code removes the label from the group category pages.

    #218137

    Hello,

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

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

    Regard’s.
    Xtemos Studio.

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