Skip to content

Instantly share code, notes, and snippets.

@hlashbrooke
Created October 16, 2014 11:35
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 hlashbrooke/b99a643b39b472cebabc to your computer and use it in GitHub Desktop.
Save hlashbrooke/b99a643b39b472cebabc to your computer and use it in GitHub Desktop.
Better bbPress admin icons
body #menu-posts-forum div.wp-menu-image:before {
content: "\f325" !important;
}
body #menu-posts-topic div.wp-menu-image:before {
content: "\f348" !important;
}
body #menu-posts-reply div.wp-menu-image:before {
content: "\f125" !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment