Skip to content

Instantly share code, notes, and snippets.

@wpmonks
Last active May 8, 2019 10:57
Show Gist options
  • Save wpmonks/a15c2ebab092915209b266a8b4fd2f98 to your computer and use it in GitHub Desktop.
Save wpmonks/a15c2ebab092915209b266a8b4fd2f98 to your computer and use it in GitHub Desktop.
Style Form Wrapper of Ninja Forms with Custom CSS
body #nf-form-FORMID-cont.nf-form-cont{
font-family:roboto;
background-color:#d0d0d0;
border:5px solid black;
border-radius:15px;
padding:20px;
margin:10px 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment