Hi
I would like to change the blue color of the message
and also button text to white
thanks
This topic has 6 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
Hi
I would like to change the blue color of the message
and also button text to white
thanks
Hello,
Provide us with WP Dashboard access to check the issue in more detail and help you.
Regards
Sure
Hello,
You can add the below code to Theme Options > Custom CSS to change the info messages
.dokan-info, .mc4wp-info, .woocommerce-info, .woocommerce-order-overview-wrapper~p {
background-color: #a5a5a5;
}
Use the below code to change the Mailchimp inputs styles
.footer .et-mailchimp input[type=email], .footer .et-mailchimp input[type=number], .footer .et-mailchimp input[type=password], .footer .et-mailchimp input[type=search], .footer .et-mailchimp input[type=tel], .footer .et-mailchimp input[type=text], .footer .et-mailchimp input[type=url], .footer .et-mailchimp textarea, .footer .et-mailchimp textarea.form-control {
background-color: #000;
border-color: #a5a5a55e;
}
Regards
Thank you,
also I would like to change the color of message after product is added to a cart.
Regards
Hello,
Use
.et-notify[data-type=success] {
background: #86cabf;
}
Regards
The issue related to '‘color of the message after add to card’' has been successfully resolved, and the topic is now closed for further responses