Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Can I mimic this menu setup? (http://forum.bytesforall.com/showthread.php?t=20881)

BackyardHockey Sep 9, 2013 08:07 PM

Can I mimic this menu setup?
 
My website is http://www.backyard-hockey.com. You can see the single menu bar in the middle. That one is fine and won't change.

But I'd like to add a second bar atop the page like this website has: http://dadsroundtable.com/

Is this possible with WP/Atahualpa? I'm not much of a programmer.

lmilesw Sep 9, 2013 09:20 PM

Just put %pages and %cats in the proper places as described in the Style and edit header area section of the theme options.

BackyardHockey Sep 10, 2013 11:37 AM

Thanks!

I got the second menu added...now how can I align it with the very top of the page and get my rounded corners back on the top of my logo area?

lmilesw Sep 10, 2013 03:13 PM

To get the menu to the top you have to remove the padding on the body in the theme options.

For other styling options you need to get into some CSS. For instance to add the rounded corners back in I found I had to add a background color to the header ID and rounder corners to the logo area ID with CSS like the following.
HTML Code:

#logoarea {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff !important;
}
#header {
    background: #777777;
}



All times are GMT -6. The time now is 10:39 AM.

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