Removing Help & Members Links Using CSS

Acelondoner

Member
How would one hide the help and members links using the extras.css?

There are so many css files, I can't find what one has the css for those links.

Cheers, Ace.
 
Not sure this will work. Try adding the following into the extra.css template:

Code:
li.navTab.help.Popup.PopupControl.PopupClosed.PopupContainerControl, li.navTab.members.Popup.PopupControl.PopupClosed.PopupContainerControl  {

display: none !important;
}
 
Top Bottom