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
-
ok i figured out:
go to 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 -2pxdouble 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
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.
great!
beda
The topic ‘remove wp-logo’ is closed to new replies.