Skip to content

Instantly share code, notes, and snippets.

@kavyagokul
Created October 21, 2015 09:38
Show Gist options
  • Save kavyagokul/34242eb584bc5bad7c33 to your computer and use it in GitHub Desktop.
Save kavyagokul/34242eb584bc5bad7c33 to your computer and use it in GitHub Desktop.
CSS to change Genesis admin menu icon
#adminmenu li.toplevel_page_genesis a.menu-top div.wp-menu-image:before {
content: "\f0c2";
font-family: 'FontAwesome' !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment