Notifications Background Colour and Text in Checkout Page
Hi,
I want to change the colour of the woocommerce notice on the cart page.
I tried the following codes, with no lucks:
-----------------
/* WooCommerce */
.woocommerce #page-wrapper .woocommerce-message {
border-top-color: #00bcff;
}
.woocommerce .woocommerce-message {
background-color: transparent;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
background: #121212;
}
/* WooCommerce Message Notification Bar */
.woocommerce .woocommerce-message {
border-top-color: #ddd7cc;
}
------------------------------------------------------
Please see the attached image to understand the problem.
My URL is: blackhawks.co.nz
Thanks..
Cheers
Comments
sorry but we do not modify the default woocommerce pages. Try adding !important to each css statement and remove browser cache.
thanks