Skip to content

Instantly share code, notes, and snippets.

@bacoords
Last active April 20, 2016 15:29
Show Gist options
  • Save bacoords/51837989e1622ba4824601bef43993f1 to your computer and use it in GitHub Desktop.
Save bacoords/51837989e1622ba4824601bef43993f1 to your computer and use it in GitHub Desktop.
Change icon for "At a Glance" on WP Dashboard
/* Change icon for "At a Glance" on WP Dashboard */
#dashboard_right_now .{custom-post-type}-count a:before, #dashboard_right_now .{custom-post-type}-count span:before{
content: "{glyphicon}";
}
/*Example*/
#dashboard_right_now .invoice-count a:before, #dashboard_right_now .invoice-count span:before{
content: "\f529";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment