Skip to content

Instantly share code, notes, and snippets.

@cgi-caesar
Created May 27, 2017 08:11
Show Gist options
  • Save cgi-caesar/c5758ecfec678aab53de319ab06e307b to your computer and use it in GitHub Desktop.
Save cgi-caesar/c5758ecfec678aab53de319ab06e307b to your computer and use it in GitHub Desktop.
Text instead of icon for dashboard menu item
/* Text instead of icon for dashboard menu item */
ul.am-tabs #menu-member {
text-indent:0;
background: none;
width: auto;
}
ul.am-tabs li.active #menu-member,
ul.am-tabs #menu-member:hover {
background-image: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment