Archived topic
How to change color notice shop woocomerce
5 replies · Started by Juan Luis on June 7, 2019
Hi, how can I change the color of the shop notice that is generated in the woocomerce tab? Thanks
Hi there,
Have you tried the option under Customizer > Colors > WooCommerce > Messages?
Let me know :)
yes, but none of the options change that color
Can you link me to the page in question and let me know how to reproduce the notice?
Let me know :)
Yes, this is my page.
https://www.yosoypapanoel.com/
The notice is what is sold in purple. To put it I have gone to the tab woocomerce and then notice in store, thanks
Like the notice at the top of the page?
Try this CSS:
.woocommerce-store-notice, p.demo_store {
background-color: #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)