Home › Forums › WoodMart support forum › Change new/sale buttons color Change new/sale buttons color This topic has 1 reply, 2 voices, and was last updated 4 years, 12 months ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 15, 2020 at 9:45 am #195250 mobilalonamadParticipant Hi! How can I change the colour of the Sale/New buttons? Now they are green and my theme’s primary colour. May 15, 2020 at 10:24 am #195268 Aizaz Imtiaz AwanKeymaster Hello, To change the color of new, sale labels you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .product-label.onsale { background-color: red; } .product-label.new { background-color: orange; } You can set the colors according to your needs. Best Regards. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register