how can i customize woocommerce notification messages? CSS or there is a theme options? https://prnt.sc/xpqqlz
This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler
how can i customize woocommerce notification messages? CSS or there is a theme options? https://prnt.sc/xpqqlz
Hi,
Try to add the next code in Theme Options > Theme custom CSS:
.woocommerce-message, .woocommerce-error, .woocommerce-info, .dokan-info, .dokan-error, .dokan-alert, .dokan-alert-success, .mc4wp-alert {
background-color: #f6eb0f;
color: #999999;
}
Regards
The issue related to '‘customize woocomerce messages’' has been successfully resolved, and the topic is now closed for further responses