Forked from landru247/Contact Form 7: validation.css
Created
August 23, 2019 13:49
-
-
Save dtdaft/2f8a7e1cf31b39ce37d5964f605712ac to your computer and use it in GitHub Desktop.
Contact Form 7: validation - removes the error/success message and removes the default field validation and replaces with colored fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; } | |
| span.wpcf7-not-valid-tip { display: none; } | |
| input[aria-invalid="true"], select[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.3); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment