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)
-   -   Page Menu background (http://forum.bytesforall.com/showthread.php?t=2565)

stephiemarie78 Jul 21, 2009 07:54 PM

Page Menu background
 
I'd like to have the menu background color different then the menu items.
I've tried this code:
div#menu1 {
background: #beaf7f;
}


in css inserts, it didn't work.
site is www.bucstop.com

juggledad Jul 22, 2009 05:50 AM

recheck your CSS Insert, you don't have the ';' after 'beaf7f'

Flynn Jul 22, 2009 09:31 PM

Your code is right however for the default left aligned menu the ul.rMenu inside the div#menu1 spans the whole layout width and the background color of that is different

div#menu1 ul.rMenu {
background: #beaf7f;
}


All times are GMT -6. The time now is 06:53 PM.

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