How do I change color in cart page?
-
Hi.
In cart page, How do I change color notification bar top & bottom?
Thank you.
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