Home › Forums › WoodMart support forum › Notification text color Notification text color This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 8, 2019 at 9:31 am #111803 timvanhuikParticipant Hi, I have changed the color or the notification bars like this: body .woocommerce-message{ background-color:#ff4b4b; } body .woocommerce-info{ background-color:#ff4b4b; } – But what I need to change in the admin -/ or change in the CSS to make the text inside the notification into an other color? In css, or somewhere in the admin? March 8, 2019 at 1:42 pm #111825 Elise NoromitMember Hello, Just add the like so that your code would look like: body .woocommerce-message{ background-color:#ff4b4b; color:yellow; } body .woocommerce-info{ background-color:#ff4b4b; color:yellow; } Best Regards March 8, 2019 at 1:55 pm #111827 timvanhuikParticipant The default text color is white,.. but can I also change it somewhere in the admin? light / dark mode? March 8, 2019 at 3:22 pm #111846 Elise NoromitMember Hello, No, it is not possible to change in the admin panel. This is Woocommerce functionality, not our theme. It is possible to change only with CSS. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register