Reply 320466 to: change global colors.

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.