Quote:
Originally Posted by Hoagie
I am trying to get rid of the titleimage because I put my own banner on the site but it will not delete itself in the stylevars........any ideas why? I did however just edit that image to erase the gears and just made it transparent.
Also I have included a screenshot of the nav bar...........where do I change variables to get it below the banner I added. the banner is 824px X150px. Needs to look good on the forums page as well with the default sub menu
Great looking theme!
Thanks
|
Hello,
One way around to circumvent this is by erasing (or altering) the following portion of the header template:
<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>
As for the navbar, go to Edit Templates -> CSS Templates -> Additional CSS, find the doc_header class and change the height to your liking.
Hope it helps