New Landing How can we help? Themeforest Theme Support Uplift Change color – "Add to cart" button.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #280670
    nosuchagency
    Member
    Post count: 226

    Hi guys.

    How do I change the colors on the “add to cart” button in my shop?
    Screenshot attached.

    Thanks.

    SorenJ.

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

    Hi,
    Please use this custom css code:-

    .woocommerce div.product form.cart .single_add_to_cart_button {
       background: #000 !important;
    }

    Thanks
    Mohammad

    #280723
    nosuchagency
    Member
    Post count: 226

    Hi Mohammad.

    Thank you, but there’s a little more to it…

    The button has color A, when fields are not chosen (and cannot be clicked).
    The button has color B, when fields are chosen (and can now be clicked).
    The button has color C, when hovering.

    How to change all of these 3 colors??

    Thank you.

    Soren.

    #280730
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce div.product form.cart .single_add_to_cart_button.disabled {
       background: #000 !important;
    }
    
    .woocommerce div.product form.cart .single_add_to_cart_button:hover{
       background: #000 !important;
    }
    
    

    Thanks
    Mohammad

    #280768
    nosuchagency
    Member
    Post count: 226

    Great!

    Thanks, you can close this ticket 🙂

    #280769
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.