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

image

Thanks..
Cheers

Comments

Sign In or Register to comment.