Change Notification bar text and background color
-
Hello, how can i change text color (white to black) and background color (orange to green) for the Notification bar? Thank you.
Hi,
Could you please provide us a screenshot and link where we can see the notification you want to change?
Thank you
Ok, please see attachment files.
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
body .woocommerce-cart-notice {
background-color: #459647;
}
body.woocommerce-checkout .woocommerce>.woocommerce-info .amount {
color:#26ba45;
}
body.woocommerce-checkout .woocommerce>.woocommerce-info .button {
color:#26ba45;
border-color:#26ba45;
}