Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Remove Mini Speech Bubble Next to Account Name

  • @flickchicks

    Participant

    Hi,

    I would like to remove the mini speech bubble icon/feature that appears to the left of the user’s account name and notification, it is seen at the top of the page when a user is logged in. I don’t want to get rid of the notifications or the user’s name, just the speech bubble.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • @mercime

    Participant

    @flickchicks simplest way is via CSS

    li#wp-admin-bar-bp-notifications {
           display: none;
    }

    @flickchicks

    Participant

    Hi @mercime,

    I have run into a hiccup with my site so I can’t yet implement, but am looking forward to trying out the code soon.

    Thanks for your quick reply, I really appreciate it.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Remove Mini Speech Bubble Next to Account Name’ is closed to new replies.
Skip to toolbar