Change colors in shoppingcart
-
Hi,
I would like to change some colors in our shoppingcart. See attachement 🙂
Thanks again for your help.
Kind regards,
Jasper Engelen
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
For the notices please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-message {
background-color: #3e885b;
}
For the button colors:
.cart-actions .button[name="apply_coupon"] {
background-color: #3e885b;
}
.btns-default-light .cart-actions .button[name=update_cart] {
background-color: #3e885b;
}
Best Regards.