This topic has 2 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Hi
I would like to change the green colour of the warning messages around the shop like “product added” or “no product in your cart”
Thanks
Hello,
Add the next code in Theme Options > Theme custom CSS > Global custom CSS:
.woocommerce-message, .woocommerce-error, .woocommerce-info, .dokan-info, .dokan-error, .dokan-alert, .dokan-alert-success, .mc4wp-alert, .woocommerce-order-overview-wrapper ~ p {
background-color: #a30865;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up