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