This topic has 6 replies, 3 voices, and was last updated 8 years ago ago by Rose Tyler
Hallo. How can I change the color on the box that pops up when an item is added to the cart?.
The box that inform you about the item is added to your card?
Hope you understand.
Thank you
Hello,
Please show a screenshot for better understanding. Do you want to change font color or background color?
Regards,
Eva Kemp.
How do you want me to show you a picture when it is not possible to opload a picture???
Hello,
You can try to use it https://app.prntscr.com for creating screenshots
Also try to add this code in Custom CSS:
.single-product .woocommerce-message {
background-color: #75d69c !important;
color: black;
}
.single-product .woocommerce-message .button {
color: black;
}
.single-product .emodal.shown {
background-color: antiquewhite;
color: red;
}
Regards,
Rose Tyler.
I have no idea how to use that.
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.
Hello,
Please, provide wp-admin access in Private Content.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up