Link to home
Start Free TrialLog in
Avatar of jb1013
jb1013

asked on

Superfish Drop Down CSS help

I could really use some help with trying to figure out which CSS class I need to adjust on Superfish Drop Down Menus.  I'm using the Thematic 0.9 Theme, with a custom child theme, within Wordpress.

You can see what I'm working on here:

http://www.axis-host.com/~selkowit/

If you roll over the two drop down Menus, "Press" and "Projects", and start scrolling down the drop down menu you will notice that the text at the top level menu item disappears because it becomes White on a White Background.

I've been banging my head on this one for a while, and think I've just been looking at it too long, and am probably over looking something simple.  

I need this text to stay Black when scrolling down the menu.  

You'll probably need Firebug or something to help with this.  

Thanks so much for any assistance you can offer.
SOLUTION
Avatar of gamma1983
gamma1983
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jb1013
jb1013

ASKER

Yeah, those were just typos, on some styles that I was trying that didn't fix the problem even after adding the #.  

Still need some help.  

Thanks again!
.sf-with-ul li:hover {
      color: 000;
}

can you not just add a background color here?
Avatar of jb1013

ASKER

I've tried .sf-with-ul doesn't seem to have any effect?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial