Last active
June 20, 2022 02:10
-
-
Save omurphy27/a6d0ada466142d89c772 to your computer and use it in GitHub Desktop.
Gravity Forms WP CSS Honeypot styling.css
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
.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; | |
} |
Thanks a lot!
Thank you for this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Thanks for this snippet.