Home › Forums › WoodMart support forum › SOLD OUT Badge SOLD OUT Badge This topic has 3 replies, 2 voices, and was last updated 3 years, 9 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 23, 2021 at 1:35 pm #268717 shanehinkleyParticipant Hi I have been trying to hide the SOLD OUT badge that appears on product with 0 inventory, I tried a solution you suggested in another topic but it does not seem to work for me: .out-of-stock-label { display:none; } Any help welcomed! February 23, 2021 at 3:37 pm #268754 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .product-images .labels-rounded .out-of-stock { display: none; } Best Regards February 23, 2021 at 8:36 pm #268798 shanehinkleyParticipant Thank you for the quick reply, However the sold out did remove off the actual product page but is still on the category page i.e. product preview? Shane February 23, 2021 at 9:48 pm #268810 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .labels-rounded .out-of-stock { display:none; } Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register