Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello minimad,

    You will need to set the border-top on the following CSS selectors:

    .woocommerce-error, .woocommerce-info, .woocommerce-message.

    The default border is the following:

    3px solid #COLOR

    Regards,
    Stergos

    Thread Starter totallyminimad

    (@totallyminimad)

    Hello Stergos,
    Thank you for your reply, much appreciated.

    I entered this in the “customising additional css” area, and cleared the browser cache although it hasn’t worked, so i guess i’ve got it wrong?

    .woocommerce-error {
    color:#ca0606;
    }

    .woocommerce-info {
    color:#ca0606;
    }

    .woocommerce-message {
    color:#ca0606;
    }

    Many thanks
    minimad

    You may need to add !absolute at the end of each CSS decleration.

    example:

    .woocommerce-error {
       color:#ca0606 !important;
    }
    Thread Starter totallyminimad

    (@totallyminimad)

    Thank you Stergosz, that worked!
    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing colours’ is closed to new replies.