Smashbox Member Licensed customer Apr 15, 2012 #1 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.
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.
P Paul B XenForo moderator Staff member Licensed customer Apr 15, 2012 #2 navigation Upvote 0 Downvote
Smashbox Member Licensed customer Apr 15, 2012 #3 Hrm, I am editing these but nothing seems to be happening. Upvote 0 Downvote
Jake Bunce Well-known member Licensed customer Apr 16, 2012 #4 Smashbox said: Hrm, I am editing these but nothing seems to be happening. Click to expand... 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/ Upvote 0 Downvote
Smashbox said: Hrm, I am editing these but nothing seems to be happening. Click to expand... 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/