This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
hi guys,
how can a change the global colors?
I want to change the green / succes and red / error colors. Please see screen
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
Tagged: best, change, colors, global, persuasive, selling, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up