Created
          October 21, 2015 09:38 
        
      - 
      
- 
        Save kavyagokul/34b45da2b680f3fdd566 to your computer and use it in GitHub Desktop. 
    New code to change Genesis admn menu icon
  
        
  
    
      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
    
  
  
    
  | function add_my_custom_css() { | |
| if ( is_admin() ) { | |
| wp_enqueue_style( 'prefix-font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css', array(), '4.0.3' ); | |
| wp_enqueue_style( 'functions', get_stylesheet_directory_uri()."/admin.css"); | |
| } | |
| } | |
| add_action( 'admin_enqueue_scripts', 'add_my_custom_css' ); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment