Green Buttons to Black Buttons - by artgiov

This topic has 4 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Robert Hall

  • Avatar: artgiov
    artgiov
    Participant
    July 22, 2016 at 19:10

    Hi there, I’ve just uploaded the new version of woocommerce, but now all the buttons in my website are green and no longer black.

    I need all the buttons to be black and the text white.

    How do I do that?
    Thanks.

    http://prnt.sc/bw8bz0

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 22, 2016 at 19:34

    Hello,

    You’ve added this code in Global Custom CSS:

    .btn.product_type_simple {
        color: #0C602E;
        border-color: #0C602E;
    }

    Remove it or change buttons color.

    Best regards,
    Jack Richardson.

    Avatar: artgiov
    artgiov
    Participant
    July 22, 2016 at 19:47

    Sorry to bother you again, now the quick view text is black. How do I make it white?

    Thanks

    http://prnt.sc/bw8u8g

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 23, 2016 at 07:18

    Hello,

    Please add this code in Global Custom CSS

    .show-quickly {
        color: #ffffff;
    }

    Regards,
    Robert Hall

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