Home Forums WoodMart support forum Change colors in shoppingcart

Change colors in shoppingcart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240705

    Caspar
    Participant

    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.
    #240729

    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.

Viewing 2 posts - 1 through 2 (of 2 total)