Button Background Color - by pcpprinting

This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Stan Russell

  • Avatar: pcpprinting
    pcpprinting
    Participant
    April 5, 2016 at 22:23

    How can we change our background color for the add to cart button from grey to white? You can see the button here https://coconuttreeboutique.com/product/all-dogs-go-to-heaven-t-shirt/ once you select a size you can see the button. Is there a setting in the theme or color scheme? or is there a custom CSS code.

    1 Answer
    Avatar: stan
    Stan Russell
    Participant
    April 6, 2016 at 07:12

    Hello,

    please add following css code to Theme options > Custom css > Global custom css:

    .single_add_to_cart_button{
    background-color:white;
    border:1px solid grey;
    }
    .single_add_to_cart_button:hover{
    color:grey;
    }

    Regards,
    Stan Russell.

  • 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.