Home › Forums › WoodMart support forum › CHANGE THE COLOR OF LABELS CHANGE THE COLOR OF LABELS This topic has 1 reply, 2 voices, and was last updated 7 years ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 14, 2017 at 12:49 pm #28894 jimanagnParticipant Hi, How can i change the color of labels NEW and SOLD OUT like attachment Thank you Attachments:You must be logged in to view attached files. December 14, 2017 at 2:33 pm #28907 Artem TemosKeymaster Hi, Try to add the following code snippet to the Custom CSS area in Theme Settings to change their colors .product-label.onsale { background: yellow!important; } .product-label.new { background: red!important; } Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register