Home › Forums › WoodMart support forum › cannot remove sold out labels cannot remove sold out labels This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 12, 2020 at 1:20 am #218082 mnicholsjParticipant 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. August 12, 2020 at 8:15 am #218137 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register