Skip to content

Instantly share code, notes, and snippets.

@mikekoro
Created November 5, 2013 22:51
Show Gist options
  • Save mikekoro/7327773 to your computer and use it in GitHub Desktop.
Save mikekoro/7327773 to your computer and use it in GitHub Desktop.
Add bootstrap-styled submit button to Contact Form 7
<script type="text/javascript">
$(document).ready(function(){
$(".wpcf7-submit").addClass("btn btn-primary");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment