WordPress Login banner
- This topic has 6 replies, 6 voices, and was last updated 10 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Greetings,
Is there a suggested plugin to customize Commons, regarding the WordPress login/register bar at the top of the page? I would like to remove that, and have users login/register via the widget on my homepage. Also, on the standard WP login page, I normally install a plugin to customize the login graphic and user pages.
Hi Matt,
For the WP admin bar, try adding this to Custom CSS in the CBOX theme
options:
#wpadminbar {
display:none
}
Best,
Matt
I’m also interested in customizing the admin bar, but I don’t want to remove it completely. But I’m no CSS expert. Any guidance on simply replacing the WordPress logo with my own, and removing or editing the dropdown menu attached to it? Thanks in advance.
With Adminimize , you can do this and more.
Yes, that did the trick.
Thanks!
– Matt
Custom CSS option which worked for us to hide the WP logo and popup without hiding the entire bar was:
li#wp-admin-bar-wp-logo.menupop {
display: none;
}
This topic is too old, but …
To hide the WordPress login/register top bar for logged out users just disable the “Show the Toolbar for logged out users” option in the Buddypress settings.