This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp
Go to my site, add a product to the basket, and ugly green box will appear saying: added to basket!
I want to change the color of this ugly green box.
Do you have a css for this?
Hello,
Add this code in custom.css file:
.single-product .woocommerce-message {
background-color: #98c391 !important;
}
Set the color you need.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up