The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
Can anyone advice me on how I can remove (or hide) the Tabs bar and have only the second bar (dark blue) available? Thank you Maria |
|
#2
|
||||
|
||||
|
Either remove them from the navbar template, or add something like this to your css:
HTML Code:
.navtabs li a.navtab {display: none;}
|
|
#3
|
|||
|
|||
|
Quote:
EDIT: I added HTML Code:
.navtabs li a.navtab {display: none;}
Thank you Maria |
|
#4
|
||||
|
||||
|
So you want to remove search also (that is in that line)? And what do you want showing in the sub-menu - the correct stuff according to what page you are on? This works on my test site for firefox and Safari and Chrome:
HTML Code:
/* remove navtabs */
.navtabs li a.navtab {display: none; height: 0px;}
#globalsearch {display: none;}
.navtabs, .navtabs li.selected {height: 0px;}
#navtabs ul.floatcontainer, .navbar {height: 26px;}
.navtabs ul {top:0px;}
|
|
#5
|
|||
|
|||
|
Quote:
All the best :up: Maria |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|