This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
hello,
can i know how can i personalize background and text color of this elements?
Thanks and best regards!
Screens:
https://ibb.co/bLGsVdT
https://ibb.co/jhjrZh8
https://ibb.co/KjwdRCC
Hello,
You need to use custom CSS code.
Add this code in Theme Options > Custom CSS:
1) http://prntscr.com/o6vvjh
.single-product .woocommerce-message {
background-color: #ff8da7;
color: white;
border-top-color: black !important;
}
.single-product .woocommerce-message:before {
color: black;
}
.et-open {
color: white;
background-color: #ff8da7;
padding: 0px 5px !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
background-color: #ff8da7;
color: white;
padding: 0px 5px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:not(.button) {
color: #8e8e8e;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up