General tab question

Smashbox

Member
I knew where to look in the past but I am having a hard time locating it now, but I am trying to remove/add some of the main nav tabs. Could someone point me to the right template? Thanks.
 
Hrm, I am editing these but nothing seems to be happening.

Make sure you are editing the same style you are viewing. navigation is the correct template.

You can edit that template to remove tabs. Or you can also use CSS:

Admin CP -> Appearance -> Templates -> EXTRA.css

Code:
.navTabs .navTab.members
{
	display: none;
}

To add tabs you can edit the template:

http://xenforo.com/community/threads/how-to-add-a-new-tab-in-the-navbar.7781/

Or use this addon:

http://xenforo.com/community/resources/nodes-as-tabs.9/
 
Top Bottom