Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save barbwiredmedia/70b37f9619d077978f6f to your computer and use it in GitHub Desktop.
Save barbwiredmedia/70b37f9619d077978f6f to your computer and use it in GitHub Desktop.
Contact form 7 error styles, validation, cf7 validate
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