Hide WP bar?
-
Is there any way to hide the WP bar that appears when you’re logged in, preferably without CSS?
I found this old thread https://en.forums.wordpress.com/topic/hiding-the-navigation-bar?replies=31
which suggests just adding the code, though I’m not sure if this works
#wpcombar {
display:none;
}Thanks
-
You could try it, but I believe staff found a way to override it and the most you can do now is change the colours.
- The topic ‘Hide WP bar?’ is closed to new replies.