Hello,
could you lindly let me know if it is possible to change the default colors of Woocommerce?
I mean i.e. when you click on checkout and your bag is empty you have an advice in a strange yellow, or when you add a product you have an advice in green.
Is it possible to change these colors?
Thanks in advance for your reply.
Cinz
Comments
.woocommerce .alert_warning{
Thanksbackground:purple !important;
color:red !important;
}
.woocommerce .alert_success{
background:aqua !important;
color:yellow !important;
}