Forked from landru247/Contact Form 7: validation.css
Last active
June 6, 2020 17:15
-
-
Save barbwiredmedia/70b37f9619d077978f6f to your computer and use it in GitHub Desktop.
Contact form 7 error styles, validation, cf7 validate
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) !important; } | |
span.wpcf7-form-control-wrap {display:block !important;}/*keeps forms from jumping on render*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment