How I can change this color button? - by Simone Ricucci

This topic has 2 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow

  • Avatar: Simone_Ricucci
    Simone Ricucci
    Participant
    January 5, 2019 at 16:27

    Hi how I can change the color button in the screenshot: https://ibb.co/Dg7qyvJ

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 6, 2019 at 12:30

    Hello,

    You can either change the color of all the dark buttons on the site from Theme Options > Styling > Buttons styles and Buttons hover or use the following custom CSS to change it for the single product only

    .single_add_to_cart_button.button {
        background: darkred;
        border-color: darkred;
    }
    .single_add_to_cart_button.button:hover {
        background: #586a79 !important;
        border-color: #586a79 !important;
    }

    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.