how to change notification color
We change the colour of everything and can't able to find the option to fix the blue notification on this page.
We tried below css with custom CSS but it's not working
.woocommerce-error.alert, .woocommerce-info.alert,
.alert_icon {
background: #9c4d72;
}
.alert_info {
background: #9c4d72;
color: #fff;
}
Comments
sorry but we do not have any options to change the colors of the woocommerce plugin.
We only make it work properly with the theme.
The css you wrote should work fine, try adding !important to each statement.
thanks
As you can see the css you provided, works : http://prntscr.com/jfma5k
It does not work in your page because you have an error in your custom css, an unclosed bracket and all css after that one will not work. http://prntscr.com/jfmanf
The css is loaded from our shortcode.css because we implement the plugin css into ours so there are less files to load.