Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] Change current page menu bar background color


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Mar 28, 2010, 10:29 PM
Wimbledon's Avatar
Wimbledon
 
322 posts · Apr 2009
[VA & AZ], USA


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. Any ideas anyone?

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

Last edited by Wimbledon; Mar 28, 2010 at 10:34 PM.
  #2  
Old Apr 2, 2010, 01:46 AM
Wimbledon's Avatar
Wimbledon
 
322 posts · Apr 2009
[VA & AZ], USA
Anyone have any suggestions?
  #3  
Old Apr 2, 2010, 05:34 AM
juggledad's Avatar
juggledad
 
19,995 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
what's the url?
  #4  
Old Apr 2, 2010, 04:32 PM
Wimbledon's Avatar
Wimbledon
 
322 posts · Apr 2009
[VA & AZ], USA
The site is far from finished, but here is the link:

http://bit.ly/aKHWdr
  #5  
Old Apr 2, 2010, 05:07 PM
juggledad's Avatar
juggledad
 
19,995 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
so do you always want the home and current page white text on black, or just the home page and featured?
  #6  
Old Apr 2, 2010, 05:11 PM
Wimbledon's Avatar
Wimbledon
 
322 posts · Apr 2009
[VA & AZ], USA
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.
  #7  
Old Apr 3, 2010, 08:15 AM
juggledad's Avatar
juggledad
 
19,995 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
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
}
  #8  
Old Apr 4, 2010, 12:33 AM
Wimbledon's Avatar
Wimbledon
 
322 posts · Apr 2009
[VA & AZ], USA
Amazing juggledad. Thanks so much!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page Menu Bar Background Color clausont Page & Category Menu Bars 3 Feb 10, 2010 06:00 AM
[SOLVED] Page menu bar background color gmatbootcamp Page & Category Menu Bars 2 Oct 27, 2009 09:56 AM
[SOLVED] Change Current Menu Item's Background to Transparent rnimchuk Header configuration & styling 2 Sep 15, 2009 05:12 AM
Color of children of current page in menu BradBrown Page & Category Menu Bars 0 Mar 22, 2009 02:38 PM
Page Menu Bar - Pressed background color bseppa Page & Category Menu Bars 1 Dec 19, 2008 12:44 AM


All times are GMT -6. The time now is 06:40 AM.


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