How do I change the color of the validation messages?

Home Forums Jquery Validation for Contact Form 7 How do I change the color of the validation messages?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7079
    Kim Cohen
    Guest

    Hi,
    Currently the color of the validation messages are red. I would like to change them along with underlines, check marks, etc. to a color that is more complementary to the color scheme used on my client’s website.

    How do I go about doing that?

    I look forward to hearing from you.

    Thank you!
    Kim

    #7085
    Dinesh
    Keymaster

    Hi Kim,

    You can use this css and change the color as per your need. Here ###### is the HEX code of the color you want to use.

    label.error{color:##### !important;}
    .theme_1.wpcf7-form input.error, .theme_1.wpcf7-form select.error, .theme_1.wpcf7-form textarea.error{border-bottom:2px solid ####### !important;}

    Hope this helps.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I change the color of the validation messages?’ is closed to new replies.