Add to cart button colour - by reijopuhm

This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp

  • Avatar: reijopuhm
    reijopuhm
    Participant
    February 10, 2016 at 09:38

    Hello, how can i change add-to-cart button colour? What should i add to custom CSS code line, also if i want to change hover colour?
    2) What code goes for a random button like here: http://www.upload.ee/image/5554489/Button.png

    3 Answers
    Avatar: stan
    Stan Russell
    Participant
    February 10, 2016 at 10:54

    Hello,

    please use following css code:

    .btn.medium.slid-btn{
    background-color:green
    }
    .btn.medium.slid-btn:hover{
    background-color:red
    }

    Regards,
    Stan Russell.

    Avatar: reijopuhm
    reijopuhm
    Participant
    February 10, 2016 at 11:27

    Thanks a lot it worked! But how can I change product “add to cart” button colour?

    Avatar: Eva
    Eva Kemp
    Support staff
    February 10, 2016 at 12:46

    Hello,

    Please use this css code:

    .btn.product_type_simple {
       background-color: blue;
    }

    Write color value you need.

    Regards,
    Eva Kemp.

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