This topic has 4 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
Hmmmm keep trying to create a topic and I’m not sure it’s working! So let me try again lol
1. How can I change the “product successfully added” background green color (it appears over the product when I add one and then again on the cart page).
I’ve added the following code with no changes….it’s still green.
.woocommerce-message {
background-color: #98C391 !important;
}
Hello,
Try to add this code into custom.css file.
.added-text{
background-color: #98C391 !important;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Wonderful….Cheers Robert!
You’re welcome!
Regards,
Robert Hall.
Tagged: added, persuasive, product, successfully, themes, woocommerce, wordpress
The issue related to '‘product successfully added’' has been successfully resolved, and the topic is now closed for further responses