Home › Forums › Basel support forum › Color change › Reply To: Color change
March 14, 2020 at 8:46 am
#179905
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-buttons .basel-wishlist-btn>a:hover .basel-tooltip-label {
background-color: red;
}
body .basel-buttons .basel-wishlist-btn>a:hover .basel-tooltip-label:before{
color: red;
}
.woocommerce-checkout .checkout_coupon, .woocommerce-checkout .login.hidden-form {
background-color: white;
}
Best Regards