Home Forums WoodMart support forum Style sold out label without writing custom CSS Reply To: Style sold out label without writing custom CSS

#54288

getimo
Participant

Thank you.

Wouldn’t it make sense to make is customizable like the other labels (Hot, New)?

http://prntscr.com/j9evt5

btw, this is the code which would work for category view and detail view:

body .out-of-stock,
body .product-image-summary .out-of-stock,
body .product-labels .out-of-stock {
    background: orange;
    color: #fff;
    padding:5px;
    font-weight: normal;
}