Change Cart Notification Color
-
Hello,
How do you change the color on the removed from cart notification? It does not match the default color selected in the settings menu.
– Shawn
Attachments:
You must be
logged in to view attached files.
Hi,
Our theme had a default colour for notices. Green for success messages and yellow for alerts.
If you want to changes default success message colour try to add the following code snippet to the Custom CSS area in Theme Settings.
body .mc4wp-success,
body .woocommerce-message,
body .wpcf7-mail-sent-ok {
background-color: #83b735;
}
Ragards