How to change color of Store Notice?
-
Hello
Help me please, where I can find and edit Store Notice?
I want to change text and colors
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
You can change it from Appearance >> Customize >> WooCommerce >> Store Notice as per your requirements as showing in this screenshot: https://ibb.co/tmPQSY7
Best Regards.
Thanks.
How can I change background color and text color?
Hello,
You need to change the primary color of the theme from Theme Settings >> Styles & Colors >> Primary Colors. Because it inherits from the primary color of the theme.
Screenshot for Clarification: https://ibb.co/xStRB3y
So if you want to change only the color of WooCommerce notice then you need to use the Following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-store-notice {
background-color: green;
color: black;
}
Best Regard.