Skip to content

Instantly share code, notes, and snippets.

@omurphy27
Last active June 20, 2022 02:10
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omurphy27/a6d0ada466142d89c772 to your computer and use it in GitHub Desktop.
Save omurphy27/a6d0ada466142d89c772 to your computer and use it in GitHub Desktop.
Gravity Forms WP CSS Honeypot styling.css
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
display: none !important;
position: absolute !important;
left: -9000px;
}
@cup-of
Copy link

cup-of commented Aug 17, 2017

Hello Thanks for this snippet.

@vburlak
Copy link

vburlak commented Aug 2, 2020

Thanks a lot!

@shstkvch
Copy link

shstkvch commented Jan 5, 2022

Thank you for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment