Change global colors. - by movileanu - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler

  • Avatar: movileanu
    movileanu
    Participant
    March 24, 2022 at 16:41

    hi guys,

    how can a change the global colors?
    I want to change the green / succes and red / error colors. Please see screen

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 24, 2022 at 16:52

    Hello,

    Custom CSS code can be added in Theme Options > Theme custom CSS:

    body {
        --et_main-color: #888;
        --et_dark-color: #222;
        --et_active-color: #a4004f;
        --et_red-color: #c62828;
        --et_green-color: #222222;
        --et_blue-color: #1565c0;
        --et_orange-color: #f57f17;
        --et_yellow-color: #fdd835;
        --et_border-color: #e1e1e1;
        --et_light-color: #f7f7f7;
        --et_light-color2: #f2f2f2;
        --et_white-2-dark: #fff;
        --et_dark-2-white: #222;
    }

    or

    .woocommerce-message {
        background-color: green;
    }
    .woocommerce-error {
        background-color: red;
    }
    .woocommerce-info {
        background-color: purple;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.