Skip to content

Instantly share code, notes, and snippets.

@mrwweb
Forked from halgatewood/wordpress-3.8-dashicons.php
Last active December 30, 2015 04:19
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 mrwweb/7775582 to your computer and use it in GitHub Desktop.
Save mrwweb/7775582 to your computer and use it in GitHub Desktop.
function flexslider_hg_admin_icon()
{
echo '
<style>
/*
Selectors:
1. Admin Menu
2. "Site Content" Dashboard Widget (Post Types only)
*/
#adminmenu #menu-posts-slides div.wp-menu-image:before,
#dash-right-now li.{post_type}-count a:before {
content: "\f181";
}
</style>
';
}
add_action( 'admin_head', 'flexslider_hg_admin_icon' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment