Tagged: woocommerce
I am trying to change the color of the Green “product has been added to cart message” with woocommerce. I have tried some of the solutions mentioned in previous support tickets but they aren’t working. Is there a way to do this? `#header_main .added_to_cart_notification { background-color: black; color: white!important; }
#header_main .added_to_cart_notification * { color: white!important; }
#top #wrap_all div.woocommerce-message {
border-color: black;
background-color: darkgray;
color: white;
}
#top div.woocommerce-message a.button {
color: #fff!important;
background: rgba(0,0,0,0.2)!important;
}
`
Hey isaaccolavecchio,
I addressed this in the duplicate thread….
Best regards,
Jordan Shannon