Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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

[SOLVED] Can't get submenu background color right


  #1  
Old Jun 23, 2011, 08:32 PM
tsheridan
 
94 posts · Mar 2011
In the CSS inserts, I've set the background color of the menu to transparent because otherwise the background color interferes with the header image.
My problem is that when that is set to transparent I can't set the background color of the submenu. It's defaulting to white & I want it the grey color that's behind the menu.

The URL is www.mountainhcs.net.

Even setting the border to 0 around the menu (in the ATO) doesn't get rid of the color that's covering up the header image, so I just can't find the right combination of things to get it right.

Here's what I have in the snippets:

/* ================================================ */
/* Page Menu item */
/* ================================================ */
ul.rMenu li a:link,
ul.rMenu li a:visited,
ul.rMenu li a:hover,
ul.rMenu li a:active,
ul.rMenu li {
background: transparent !important;
padding-right: 15px;
}

div#menu1 ul.rMenu li a:link {font-weight: bold;}
div#menu1 ul.rMenu li a:hover {font-weight: bold;}
div#menu1 ul.rMenu li a:visited {font-weight: bold;}
div#menu1 ul.rMenu li a:active {font-weight: bold;}

Thank you!
  #2  
Old Jun 23, 2011, 10:04 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Here is some code that should get you started.
HTML Code:
.sub-menu {
    background: #ddd !important;
}
.sub-menu a:hover {
    color: #000 !important;
}
.sub-menu a:link {
    color: #fff !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jun 24, 2011, 08:05 AM
tsheridan
 
94 posts · Mar 2011
Awesome, worked perfectly, thank you!!

Bookmarks

Tags
drop down menu color, submenu background color, submenu color

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Submenu dropdown covers rest of submenu - how do i get it to the right? Friland Page & Category Menu Bars 6 Feb 19, 2011 01:37 PM
Need to get rid of White Background for SubMenu Items TheMBB Page & Category Menu Bars 4 Jun 7, 2010 12:10 PM
Submenu color in Page Menubar Ber|Art Page & Category Menu Bars 3 Dec 11, 2009 01:11 PM
[SOLVED] How to get image in menu, but color in submenu's willsy Page & Category Menu Bars 9 Sep 16, 2009 03:53 PM


All times are GMT -6. The time now is 04:02 AM.


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