Home › Forums › WoodMart support forum › How change label colours? How change label colours? This topic has 3 replies, 2 voices, and was last updated 2 years, 7 months ago by Bogdan Donovan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 29, 2018 at 9:45 am #60223 andreameiniParticipant Can you explain how can i change the colour of all label? Attachments:You must be logged in to view attached files. May 29, 2018 at 11:22 am #60247 Bogdan DonovanKeymaster Hello, Try to add the following code snippet to the Custom CSS area in Theme Settings. .product-label.onsale { background-color: blue; } .product-label.featured { background-color: red; } .product-label.new { background-color: orange; } Kind Regards XTemos Studio April 30, 2022 at 2:13 pm #372182 niwoParticipant Hi, I couldn’t find these settings within the theme settings. Is this not included? If that’s the case, why is that? It makes sense to have those options in label-style settings. 🙂 Regards May 2, 2022 at 9:07 am #372402 Bogdan DonovanKeymaster Hi, We will consider this as a feature request for our updates, but for now, you can use custom code from this reply. Kind Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register