Home › Forums › WoodMart support forum › Style sold out label without writing custom CSS › Reply To: Style sold out label without writing custom CSS
April 24, 2018 at 10:55 am
#54288
getimo
Participant
Thank you.
Wouldn’t it make sense to make is customizable like the other labels (Hot, New)?
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;
}