This topic has 6 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Hi¡
“UPDATE CART” and “APPLY COUPON” in the view-cart page dissapear (white font on white background) when hovering over it.
Thanks in advance, best regards.
Hello,
You may add this code in Theme Options > Styling > Custom css:
.woocommerce-cart-form .btn:hover, .checkout_coupon .btn:hover{
border-color: red;
color: red;
}
Regards
Thanks Rose, it works¡
I´ve just realized that the minus, plus buttons to modify quantity and the “remove this item” button in this very same page dissapear too when hovering over them…
Sorry for the inconvenience :_(
Hello,
Sorry for the delay.
You may change Main color http://prntscr.com/gb3gai or
table.shop_table .remove-item:hover, table.cart .remove-item:hover:before, .quantity.buttons_added .plus:before, .quantity.buttons_added .minus:before {
border-color: black;
color: black !important;
}
Regards
No worries, it worked like a charm like usual¡¡
Regards
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up