Skip to content

Instantly share code, notes, and snippets.

@jlittlejohn
Created October 11, 2012 21:35
Show Gist options
  • Save jlittlejohn/3875630 to your computer and use it in GitHub Desktop.
Save jlittlejohn/3875630 to your computer and use it in GitHub Desktop.
WP: Hide Admin Bar
// ADMIN BAR TO HIDE DURING DEV
html {
margin-top: 0 !important;
}
#wpadminbar {
display: none;
}
// ADMIN BAR TO HIDE DURING DEV
html {
margin-top: 0 !important;
}
#wpadminbar {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment