Michael
Active member
Hey so I am customising the alert count and inbox count and I want for them not to show the count unless there is a new alert or a new PM, right now it is displaying Inbox 0 and Alerts 0, how can I hide the zeroes and only display the count when there is one? Just so you know I have moved the navigation within the moderator bar.
Thank you.
EDIT: Got the answer:
#moderatorBar .visitorTabs .navLink .itemCount.Zero
{
display: none;
}
Thank you.
EDIT: Got the answer:
#moderatorBar .visitorTabs .navLink .itemCount.Zero
{
display: none;
}