Change colour - by Karll - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson

  • Avatar: Karll
    Karll
    Participant
    June 9, 2015 at 19:03

    Hi,

    I need to change the background colour of the box highlighted in the screen shot to pink, can you please advise?

    3 Answers
    Avatar: stan
    Stan Russell
    Participant
    June 10, 2015 at 08:18

    Hello,

    please add following css code to your custom.css file:

    .woocommerce-checkout-payment .place-order .button {
    background-color:#FBCFCF;
    }

    Regards,
    Stan Russell.

    Avatar: Karll
    Karll
    Participant
    June 10, 2015 at 08:29

    Hi Stan,

    I added that but it did not resolve the issue, can you please advise?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 10, 2015 at 10:34

    Hello,

    Please try the following css code:

    .woocommerce-checkout-payment .place-order .button {
    background-color:#FBCFCF !important;
    }

    Also clear browser cache before you check the site.

    Best regards,
    Jack Richardson.

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