how to change notification color

edited May 2018 in Theme support
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

Sign In or Register to comment.