Autonamus
Active member
Hey all,
I have a few issues with addons spamming my navbar with links, as such I have hidden said links with css like so.
Now, my problem with that is the sublinks also vanish when you load the page. sometimes those are important and I would like to keep them.
Anyway I could go about fixing this? adding them into one navbar entry for example and as such each addon would still gain it's respective sub nav menus.
Would this be possible?
I have a few issues with addons spamming my navbar with links, as such I have hidden said links with css like so.
HTML:
.navTabs .navTab.tabid
{
display: none;
}
Now, my problem with that is the sublinks also vanish when you load the page. sometimes those are important and I would like to keep them.
Anyway I could go about fixing this? adding them into one navbar entry for example and as such each addon would still gain it's respective sub nav menus.
Would this be possible?