Home › Forums › WoodMart support forum › change label color change label color This topic has 1 reply, 2 voices, and was last updated 4 years, 3 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 27, 2020 at 11:39 am #245322 tonnickParticipant Hello Is there any way to change label colors ? seems that sale badge is related to primary color and featured is red. Bud I’d need to do the opposite. In red the sales, and in primary the hot/featured badges. Did I miss any option or if it only CSS ? thx ! November 27, 2020 at 12:57 pm #245353 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: /*sales*/ body .labels-rectangular .onsale { color:#ffffff; background-color:#000000; } /*hot*/ body .labels-rectangular .featured { color:#ffffff; background-color:#000000; } /*new*/ body .labels-rectangular .new{ color:#ffffff; background-color:#000000; } Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register