Change color "add to cart" button only

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

  • Avatar: EmilioCid
    EmilioCid
    Participant
    June 26, 2020 at 11:51

    Hi. How could I change the color of the “add to cart” button? Could you tell me in detail where I can change it? Thank you

    Capture: https://ibb.co/jbN5fLn

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2020 at 12:22

    Hello,

    Thanks for using XStore.
    Theme Options > Styling > Dark buttons

    Regards

    Avatar: EmilioCid
    EmilioCid
    Participant
    June 26, 2020 at 13:37

    Is only the cart button or all the web buttons changed? I want to change only the cart button

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2020 at 13:45

    Add the next code in Theme Options > Theme Custom CSS:

    .single-product .single_add_to_cart_button.button {
        background-color: red;
        color: black;
    }
    .single-product .single_add_to_cart_button.button:hover {
        background-color: black;
        color: red;
    }

    Regards

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

The issue related to '‘Change color "add to cart" button only’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

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