• Resolved albriro

    (@albriro)


    Hi,
    I am unable to control the color of the right sidebar cart widget checkout button. It remains grey. The view cart button next to it does accept color changes.

    Also… the cart UNDO? text on hover is the color of my links (blue) and not FFF like all of my other buttons.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, can you show me the button you talking about?
    Thank you.

    Thread Starter albriro

    (@albriro)

    Which button?
    Undo? or checkout?

    Your Store demo and Lingerie demo also have text hover issues with the UNDO? button.
    …. add something to your cart and then view the cart page. Delete the item. You see text saying “Your cart is currently empty” and two buttons “return to shop” and “UNDO?”
    ….hover over undo. The text on your demos turns the color of the button. On mine, it turns the color of my links. (blue)

    • This reply was modified 7 years, 3 months ago by albriro.
    Theme Author oceanwp

    (@oceanwp)

    Oh I see, thanks ??
    Fixed for the next release, you can fix it now with this css code:

    .woocommerce-message a:hover {color: #fff;}

    Feel free to reach me again if you see this issue on another button.

    Thread Starter albriro

    (@albriro)

    Anything I can do to fix the grey “checkout” button in the sidebar cart widget?

    Theme Author oceanwp

    (@oceanwp)

    You can use this css code:

    .woocommerce .widget_shopping_cart_content .buttons .checkout {
        background-color: #fe5252;
        color: #fff;
    }
    .woocommerce .widget_shopping_cart_content .buttons .checkout:hover {
        background-color: #fff;
        color: #fe5252;
    }
    Thread Starter albriro

    (@albriro)

    Muy fantastico!

    Thanks Nick!

    Theme Author oceanwp

    (@oceanwp)

    You are most welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘right sidebar cart widget checkout button color’ is closed to new replies.