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 6:11 am
#54211
Artem Temos
Keymaster
Hi,
There are no any options in WooCommerce to style its label. You can write a CSS without important
statements also like this
body .out-of-stock {
background: orange;
color: #fff;
}
Regards