MyBB Community Forums

Full Version: Nav Bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'd like to put a navigation bar under the header here: http://soaringcraft.com/

This theme doesn't seem to have one. How would I go about doing that?

Thanks
You need to make a new selector named header and then you have to insert this code in header
<div id or <div class="header">
</div>
http://soaringcraft.com/index.php

Is it possible to put some background on the nav bar?
Create a class with a background in css and bind your nav bar at header with that class.
You need to add
background: url(images/yourtheme/image.png);
if you want you can add
repeat-x
for images like pattern