Where can I change the background color of this error message
-
The one that appears when mandatory fields are not filled out.
Attachments:
You must be
logged in to view attached files.
Hello,
You can find the option in the Theme Settings > Styles and colors > Error Messages tab.
Best Regards
I am sorry but there is no such field (Error Message Tab) in all of those subcategories or maybe I just can´t find It could you show it to me with a screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry, you should change the colors in the Notice section.
Best Regards
I am sorry but I went through all the settings and the colour used to highlight the pointed out sections isn´t appearing anywhere and I would like to know where to change it.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-message{
background-color:white;
color:#000000;
}
body .woocommerce-info{
background-color:white;
color:#000000;
}
body .woocommerce-error{
background-color:white;
color:#000000;
}
body .wpcf7-mail-sent-ok{
background-color:white;
font-size:12px;
}
body div.wpcf7-validation-errors{
background-color:white;
color:#000000;
}
body .mc4wp-success,
body .mc4wp-error{
background-color:white;
color:#000000;
}
Set the colors as per your needs.
Best Regards