hello!
How can i change the background color of the notification that pops when a client has added a product to his cart.
Right now it is a green one.
This topic has 2 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Robert Hall
hello!
How can i change the background color of the notification that pops when a client has added a product to his cart.
Right now it is a green one.
Hello,
Please use this code in 8Theme Options->Styling ->Custom CSS->Global Custom CSS.
.woocommerce-message {
background-color: #A2A5A1;
border-color: #A2A5A1;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up