New Landing How can we help? Atelier Hover add to cart & check out button change

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #293120
    TiiPii
    Member
    Post count: 96

    Hi,

    I have tried all options in the colour customizer. I want the hover of the ‘add to cart’ and the ‘check out’ not to be white but grey. How do I do this without editing other colours on my website? It’s just these two options. Can you provide me with custom css?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #293341
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce form.cart button.add_to_cart_button:hover, #jckqv .cart .add_to_cart_button:hover, #jckqv .cart .single_add_to_cart_button:hover, #jckqv .cart .yith-wcwl-add-to-wishlist a:hover, .woocommerce .single_add_to_cart_button:hover, .woocommerce .single_add_to_cart_button.button.alt:hover {
        border-color: #ccc !important;
        color: #ccc !important;
    }

    Thanks
    Mohammad

    #300465
    TiiPii
    Member
    Post count: 96
    This reply has been marked as private.
    #300479
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .sf-button.standard.sf-icon-reveal.bag-button:hover {
        background-color: #e8e8e8;
    }

    -Rui

    #300482
    TiiPii
    Member
    Post count: 96
    This reply has been marked as private.
    #300483
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Didn’t understand exactly what you mean but if you want to change the link color of the checkout on hover use the code below.

    .sf-button.standard.sf-icon-reveal.checkout-button:hover {
        color: #000;
    }

    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register