Removing main navigation?

Pro

Active member
Hello,

I want to get rid of "Forums, Wiki, Members, and Help"
menus.webp

Where would I find these in the templates? I appreciate any responses :)
 
Your navigation bar has been customized. It is likely in this template:

Admin CP -> Appearance -> Templates -> navigation

Or those custom tabs might come from template hooks used by addons.
 
Your navigation bar has been customized. It is likely in this template:

Admin CP -> Appearance -> Templates -> navigation

Or those custom tabs might come from template hooks used by addons.
Sorry, I misunderstood your post, but I know how to edit the navigation bar -- that's not a problem. It's the links underneath it I want to get rid of "Forums" "Wiki "Members" "Help". I'd like to throw a scrolling marquee right there actually if possible.
 
In the default style those links (both the main tabs and sub-links) are in the navigation template.
Okay.. I just realized that I am an idiot.

Second questions,

When I remove the menu this happens... can I fix it?

hmmmmm.webp

Once I remove all of those options -- can I throw a standard html scrolling marquee in right there?

EDIT: I totally just figured it out. You have to remove the following 2 lines for each sections.

Code:
                <a href="{$tabs.members.href}" class="navLink">{$tabs.members.title}</a>
                <a href="{$tabs.members.href}" class="SplitCtrl" rel="Menu"></a>
 
Top Bottom