Colour of error messages - by fabienne - on WordPress WooCommerce support

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

  • Avatar: fabienne
    fabienne
    Participant
    September 11, 2015 at 13:16

    hello

    the “error messages” on my homepage (for example if someone not enter a country on the checkout) are in blue.
    can I change this to my homepage colours?

    thank you
    Fabienne

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 11, 2015 at 13:35

    Hello,

    Please use this code in custom.css file

    .woocommerce-error{
        color: #fff;
        background-color: blue !important;
        border: 1px solid blue;
    }

    You need change the value ‘blue’ to your color.

    Regards,
    Robert Hall.

    Avatar: fabienne
    fabienne
    Participant
    September 11, 2015 at 14:08

    perfect.
    thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 11, 2015 at 14:11

    Hello,

    You’re welcome!

    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.