Skip to content

Instantly share code, notes, and snippets.

@bowatts
Created May 28, 2015 14:57
Show Gist options
  • Save bowatts/a2e27a93e5c3b078185d to your computer and use it in GitHub Desktop.
Save bowatts/a2e27a93e5c3b078185d to your computer and use it in GitHub Desktop.
gravity_forms_styling_fix.js
jQuery('.gform_wrapper').unwrap().unwrap();
jQuery('.gform_button').addClass('btn btn-default');
jQuery('.gform_body input').addClass('form-control');
jQuery('.gform_body textarea').addClass('form-control');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment