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)
-   -   [SOLVED] Change current page menu bar background color (http://forum.bytesforall.com/showthread.php?t=6502)

Wimbledon Mar 28, 2010 10:29 PM

[SOLVED] Change current page menu bar background color
 
http://i851.photobucket.com/albums/a...Review/PMA.jpg

I would like the "HOME" and "FEATURED" tabs (FEATURED is a static home page) to have a #ffffff background and match the background of the page menu bar when visitors are currently visiting that page.

I have tried what feels like a thousand different CSS inserts but I'm not sure what CSS insert I need. :confused: Any ideas anyone?

div#menu1 ?????????? {
background: #ffffff;
}

Wimbledon Apr 2, 2010 01:46 AM

Anyone have any suggestions?

juggledad Apr 2, 2010 05:34 AM

what's the url?

Wimbledon Apr 2, 2010 04:32 PM

The site is far from finished, but here is the link:

http://bit.ly/aKHWdr

juggledad Apr 2, 2010 05:07 PM

so do you always want the home and current page white text on black, or just the home page and featured?

Wimbledon Apr 2, 2010 05:11 PM

Thank you for taking a look juggledad.

I would always like the home and current page to be black text on white, so it doesn't look like any page is selected at all. I just want to retain the black box on hover.

I know this should be a fairly simple CSS Insert, yet I can't seem to nail it down. :confused:

juggledad Apr 3, 2010 08:15 AM

add this to the end of yout CSS Inserts
HTML Code:

div#menu1 ul.rMenu li.current_page_item > a:link,
div#menu1 ul.rMenu li.current_page_item > a:active,
div#menu1 ul.rMenu li.current_page_item > a:visited {
background-color:#FFFFFF;
color:#000000
}

div#menu1 ul.rMenu li.current_page_item a:link,
div#menu1 ul.rMenu li.current_page_item a:active,
div#menu1 ul.rMenu li.current_page_item a:visited,
div#menu1 ul.rMenu li a:hover {
background-color:#FFFFFF;
color:#000000
}

div#menu1 ul.rMenu li.current_page_item a:hover,
div#menu1 ul.rMenu li a:hover {
background-color:#000000;
color:#FFFFFF
}


Wimbledon Apr 4, 2010 12:33 AM

Amazing juggledad. Thanks so much! :)


All times are GMT -6. The time now is 01:38 AM.

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