Change color add to cart button - by gewoonbovenaan

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

  • Avatar: gewoonbovenaan
    gewoonbovenaan
    Participant
    August 21, 2017 at 10:37

    would like to change the color of the button https://gyazo.com/3b81956554b5ad72d1dae276b7bc16cb
    i have tried it with this in custom CSS but didnt work

    .product-content .single_add_to_cart_button{
    background-color: #ca3110;
    border-color: #ca3110;
    }
    .product-content .single_add_to_cart_button:hover{
    background-color: #9e2c13 !important;
    border-color: #9e2c13 !important;
    }
    thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 21, 2017 at 16:11

    Hello,

    Please try to add this code in Theme Options > Styling > Custom css:

    .content-product .button {
        background-color: #ca3110;
        border-color: #ca3110;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.