Title: remove wp-logo
Last modified: August 22, 2016

---

# remove wp-logo

 *  Resolved [beda69](https://wordpress.org/support/users/beda69/)
 * (@beda69)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-wp-logo/)
 * hello
 * i try to remove the wp-logo that appears in the submenus of “my-sites” admin-
   bar menu in wp-admin area.
 * the plugin removes all wp-logos, unless those appearing on left side of the site
   names in sub-menus of “my-sites” menu in the admin bar.
 * i would like to upload a screenshot im order to explain better!
    where can i 
   do so?
 * thank you
 * beda
 * [https://wordpress.org/plugins/wp-all-in-one-admin-bar/](https://wordpress.org/plugins/wp-all-in-one-admin-bar/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [beda69](https://wordpress.org/support/users/beda69/)
 * (@beda69)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-wp-logo/#post-5171436)
 * ok i figured out:
 * go to [http://www.yoursite.com/wp-includes/css/admin-bar.min](http://www.yoursite.com/wp-includes/css/admin-bar.min)
 * look for following code on line 406
 * #wpadminbar .quicklinks li .blavatar:before{
    content:’\f120′; height:16px; width:
   16px; display:inline-block; margin:6px 8px 0 -2px
 * double slash (//) line 407 (content:’\f120′;)
    so after it looks like that: //
   content:’\f120′;
 * this will make the code disabled, and the logos (blavatars) disappear !
 * pretty sure it would be easy to enter a code that loads a custom logo png, but
   since i am no ta coder, i don’t know how to.
 * maybe a idea to make include it in your next update of the plugin?
 * actually it is also possible to enter the changed (doubleslashed) code i entered
   above to the custom css section of your plugin
 * 🙂
 * there you also can just enter:
 * #wpadminbar .quicklinks li .blavatar:before{
    content:none; display:none
 * 🙂
 * thank you, hope this will help somebody in future.
 * beda
 *  Plugin Author [codebunny](https://wordpress.org/support/users/codebunny/)
 * (@codebunny)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-wp-logo/#post-5171481)
 * Hi,
 * Since, I was on a tight schedule during the last week; I couldn’t see your message.
   Sorry for that. Anyway you already resolved it. Thanks for your information. 
   I’ll add this feature with next release.
 * Thanks.
 *  Thread Starter [beda69](https://wordpress.org/support/users/beda69/)
 * (@beda69)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-wp-logo/#post-5171514)
 * great!
 * beda

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘remove wp-logo’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-all-in-one-admin-bar_b8bcc3.svg)
 * [WordPress All In One Admin Bar](https://wordpress.org/plugins/wp-all-in-one-admin-bar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-in-one-admin-bar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-in-one-admin-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-in-one-admin-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-in-one-admin-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-in-one-admin-bar/reviews/)

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [bar](https://wordpress.org/support/topic-tag/bar/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [submenu](https://wordpress.org/support/topic-tag/submenu/)

 * 3 replies
 * 2 participants
 * Last reply from: [beda69](https://wordpress.org/support/users/beda69/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/remove-wp-logo/#post-5171514)
 * Status: resolved