Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Simple no-PHP menu that doesn't use Menu1 (http://forum.bytesforall.com/showthread.php?t=4136)

sccornwell Oct 30, 2009 02:02 PM

Simple no-PHP menu that doesn't use Menu1
 
I am just starting with this theme. Where should I put the code and the css for a simple, static nav bar in the upper right corner that is not going to use div id Menu1? Thanks

Flynn Oct 31, 2009 05:27 AM

You can put HTML/JS/PHP right into "Style & Edit HEADER AREA" -> "Configure Header Area"


HTML Code:

<ul id="mymenu">
<li><a href="...">...</a></li>
<li><a href="...">...</a></li>
<li><a href="...">...</a></li>
<li><a href="...">...</a></li>
</ul>
%pages %logo %bar1 %image %bar2

Then style the menu through "HTML/CSS Inserts" -> "CSS Inserts"

HTML Code:

ul#mymenu { ... }
ul#mymenu li { ... }
ul#mymenu li a { ... }



All times are GMT -6. The time now is 03:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.