Skip to content

Instantly share code, notes, and snippets.

@DevelopKim
Created January 9, 2015 02:24
Show Gist options
  • Save DevelopKim/c5095a1bef3bf83acdaa to your computer and use it in GitHub Desktop.
Save DevelopKim/c5095a1bef3bf83acdaa to your computer and use it in GitHub Desktop.
<?php
function add_menu_icons_styles(){
?>
 
<style>
#adminmenu .menu-icon-events div.wp-menu-image:before {
content: '\f145';
}
</style>
 
<?php
}
add_action( 'admin_head', 'add_menu_icons_styles' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment