How to change button color - by groubee - on WordPress WooCommerce support

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

  • Avatar: groubee
    groubee
    Participant
    June 19, 2015 at 11:16

    Hi

    How can we change the color on the red order button? to #b8e54c

    See https://www.dropbox.com/s/l868sfajf86oop9/order%20button.png?dl=0

    Best regards
    Tonny

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 19, 2015 at 11:19

    Hello,

    Please add this code in custom.css:

    #order_review .place-order .button {
        background-color: #b8e54c !important;
    }

    Regards,
    Eva Kemp.

    Avatar: groubee
    groubee
    Participant
    June 19, 2015 at 13:20

    Super Eva

    And can you also give me a hover code?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 19, 2015 at 13:24

    Hello,

    Please use this code in custom.css file.

    #order_review .place-order .button:hover {
        background-color: red !important;
    }

    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.