XF 1.2 Removing "Members" in Navigation Bar?

Completely new to Xenforo. I'm having a bit of trouble removing the "Members" tab in the navigation bar. I have a skin, and running on 1.2.2.

I've already tried this code:
Code:
.navTabs .navTab.members.PopupClosed
{
    display: none;
}

Doesn't seem to work with that code. Any help?

Thanks!
 
Top Bottom