Last active
          November 21, 2017 02:18 
        
      - 
      
- 
        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
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | jQuery(document).ready(function($) { //noconflict wrapper | |
| $('input#submit').addClass('button'); | |
| });//end noconflict | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Thanks.