Home Forums WoodMart support forum change style of the out of stock badge

change style of the out of stock badge

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

    Andersjpg
    Participant

    hi is it not possible to change the round white circle of the out of stock badge on products?

    if so how.

    #130347

    Hello,

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

    body .product-label.out-of-stock {
        background-color: yellow;
        color: red;
        font-weight: 900;
    }

    Set the styles as per your needs.

    Best Regards

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