Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter beda69

    (@beda69)

    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 -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

    (@codebunny)

    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

    (@beda69)

    great!

    beda

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

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