Hey guys, im using the default theme for vb 3.8.5 and a added an extra navbar with links just below the logo...
Here ist how my header looks like now (i added the red part)
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<br />
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="60%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="LINK1">Description</a></td>
<td class="vbmenu_control"><a href="LINK2">Description</a></td>
<td class="vbmenu_control"><a href="LINK3">Description</a></td>
</table>
</div>
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
Also i want to mention, if i change the color of "Popup Menu Controls", the color of this extra navbar i made, also changes to the sames color as "Popup Menu Controls".
Now i want to change the color only of this extra navbar, but i don't know how? It's really important to me? Can someone help me, please?