Button dissapearing when hovering over it

This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler

  • Avatar: janesupport
    janesupport
    Participant
    August 18, 2017 at 09:07

    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.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2017 at 09:32

    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

    Avatar: janesupport
    janesupport
    Participant
    August 18, 2017 at 16:44

    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 :_(

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 21, 2017 at 10:05

    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

    Avatar: janesupport
    janesupport
    Participant
    August 21, 2017 at 13:30

    No worries, it worked like a charm like usual¡¡

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 21, 2017 at 13:46

    You’re welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.