Home › Forums › WoodMart support forum › Color Changing Color Changing This topic has 1 reply, 2 voices, and was last updated 6 years, 1 month ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 18, 2019 at 2:54 am #144776 topmosthParticipant how can i change the color of the info box/warning box kindly see the screenshot for your reference https://i.imgur.com/asYRHUt.png September 18, 2019 at 9:31 am #144845 Aizaz Imtiaz AwanKeymaster Hello, The message background is changed by a custom CSS. Add this code to the Theme Settings > Custom CSS > Global body .woocommerce-message{ background-color:red; } body .woocommerce-info{ background-color:red; } Replace the “red” with the color as per 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