How-to Edit or Replace WP Logo
- This topic has 6 replies, 4 voices, and was last updated 11 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.
Tagged: wordpress logo
Hello! and thanks for this wonderful project and plugin. I’ve set up my site with the CBOX child theme and am about to announce it, but I want to edit or remove the WordPress logo and menu in the top left of the theme (in the gray bar next to the site name). Can anyone provide guidance on how to do this? Thanks much!
Hi @parindigene –
Welcome to CBOX! I think this post will explain how to hide the admin bar
https://commonsinabox.org/groups/help-support/forum/topic/wordpress-login-banner/
And if you just want to hide that WordPress logo and its links, that can be done with CSS:
.ab-icon{
display:none;
}
Hope this helps.
@parindigene you could also use the Adminimize plugin which will do that and a whole lot more:
Thanks much to each of you for great advice and support!
Hi Sonja,
You may have already taken care of this, but we did this on our site a different way that may work well for you. In the top navigation, go to My Sites>Network Admin and then use the left navigation to go to Settings>Custom Admin Bar. Disabling the WordPress icon and menu from the top navigation is the last item on this page. Also, if you want to replace it with something (for example, we replaced it with a link to our homepage so that anywhere a user was on the network they could always get back to home), just fill out that info in the first 3 items (1- enable custom entry, 2-enter the text that you’d like to have in place of the wordpress icon, 3-choose or enter the URL for where you would like this text to link to). That’s it!
Many thanks, Jeanette. Ours is single-site, but I will keep the trick in mind for our multisite efforts.