Skip to content

Instantly share code, notes, and snippets.

@jayarjo
Created April 11, 2015 09:41
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 jayarjo/6cec6da6f22bd8aed79b to your computer and use it in GitHub Desktop.
Save jayarjo/6cec6da6f22bd8aed79b to your computer and use it in GitHub Desktop.
wp: hide default logos
function a__login_head()
{
echo '<style type="text/css">h1 a { background: none !important; }</style>';
}
function a__admin_head()
{
echo '<style type="text/css">#wp-admin-bar-wp-logo { display: none !important; }</style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment