Forked from barbwiredmedia/Contact Form 7: validation.css
Created
July 6, 2018 18:00
-
-
Save jcamp/fba9efead5121f7cfb1636d27ad60e00 to your computer and use it in GitHub Desktop.
Contact form 7 error styles, validation, cf7 validate
This file contains 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