Change color on Woocommerce Notifications
-
Hi,
I’ve been trying to find where to change the color of the background of the notices from Woocommerce (currently kind of mustard yellow and dark green…); I cant find the answer in the docs…
Also, Im using Dokan… Is there a way to change the Font of the Store Titles? Currently it’s a bubbly font…
Hello,
Thank you very much for choosing our theme and contacting us.
WooCommerce messages can be changed by custom CSS, please add this code to Theme Settings > Custom CSS:
.woocommerce-info{
background-color: #E0B252;
}
Replace the current color for the color need.
If you want to change font-family, navigate to Theme Settings > Typography and configure the fonts as per your needs. If you see any other font, not the one you have set, please send us URL and screen we shall provide you CSS.
Best Regards
Thanks!!
That really worked!!
Regards
The topic ‘Change color on Woocommerce Notifications’ is closed to new replies.