The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Delete links under navbar (sub-navbar?)
Basically I want to remove all the links under the navbar on http://www.studentcreche.co.uk/forum.php. I'm basically referring to the sub-navbar? I want to completely diminish it from the skin. How's this possible?
|
#2
|
||||
|
||||
You would need to edit the navbar template in order to remove it. Look for any class="selected" and then a couple lines under that should be the <ul> for the sub-menu and you would remove that whole list.
|
#3
|
|||
|
|||
Put this in your additional.css
Code:
.navtabs ul.floatcontainer { display: none; } |
#4
|
|||
|
|||
The above suggestions just remove the links. I want the blank space to disappear as well...
|
#5
|
|||
|
|||
You can either follow Lynne's way or setishock's way but you will still have your advanced search link!
By removing this Code:
<ul class="navbar_advanced_search"> <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li> </ul> Code:
.navbar { position:relative; height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px; background:{vb:stylevar navbar_background}; margin:{vb:stylevar navbar_margin}; color:{vb:stylevar navbar_color}; font:{vb:stylevar navbar_font}; -moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius}; -moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius}; -webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius}; -webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius}; } Code:
height: 30px; The default style math is worked out at 53px, I made it 30px so it still makes your container look nice, of course the bigger your navtabs then you will have to tweak this height accordingly. Edit: Nearly forgot this WILL affect blogs/home and any other navbar links you have on other pages! |
#6
|
|||
|
|||
Quote:
Body_padding stylevar. |
#7
|
|||
|
|||
You guys are legends!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|