Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active November 21, 2017 02:18
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 Shelob9/4584258 to your computer and use it in GitHub Desktop.
Save Shelob9/4584258 to your computer and use it in GitHub Desktop.
This is a hack for adding a class (in this case a standard button) to style the comment submit button in wordpress when using foundation. Found this method at: http://wordpress.stackexchange.com/a/60197/25300
jQuery(document).ready(function($) { //noconflict wrapper
$('input#submit').addClass('button');
});//end noconflict
@jordanboston
Copy link

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment