Skip to content

Instantly share code, notes, and snippets.

@RobertCam
Created December 15, 2016 04:49
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 RobertCam/458662666994b511173d32a5cf274a8a to your computer and use it in GitHub Desktop.
Save RobertCam/458662666994b511173d32a5cf274a8a to your computer and use it in GitHub Desktop.
Hide the form confirmation dialogue of an Unbounce form using CSS
<style>
#ubpoverlay-close, #ubpoverlay-content, .ubpoverlay-bg {
display: none !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment