Skip to content

Instantly share code, notes, and snippets.

@obviousdisaster
Created August 8, 2019 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obviousdisaster/b8bc0814528bf03c2c17f14c6adf002b to your computer and use it in GitHub Desktop.
Save obviousdisaster/b8bc0814528bf03c2c17f14c6adf002b to your computer and use it in GitHub Desktop.
Hide form information on successful send in Contact Form 7
form.wpcf7-form.sent *
{
display: none;
}
div.wpcf7-response-output
{
display: block;
padding: 0;
border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment