GazCBG

Registered
Hi,

I have the User bar in the top bar (same bar as the moderator and admin links) and I noticed there is a number for Conversations and Alerts, which I would like to remove.

Image, I want to remove the x each side of the Conversations and Alerts icon.

fa+_user_counter.png


How would I do this?

Regards,
Gaz
 
Add this to extra.css:

Code:
#moderatorBar .visitorTabs .itemCount.Zero {
  display: none;
}

We put it like this because when you have alerts, then read them the navigation tabs shift(only in the moderator bar) so having them show zero avoids it. You can also adjust the opacity as well if you want to keep it to dim it out:

Code:
#XenForo #moderatorBar .visitorTabs .itemCount.Zero {
  opacity: 0.4 !important;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back