This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
Hi, the popup doesn’t stay long enough for us to inspect, but how do I change the background colour of the added to basket popup notification
I think there are two, 1 at the bottom and 1 top right but not sure
Hello,
Use this custom
.sticky-message-on .content-page .woocommerce-message {
background-color: #b12185 !important;
}
.et-notify[data-type=success] {
background: #b12185;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up