Closed (fixed)
Project:
Nice Menus
Version:
6.x-1.1
Component:
CSS
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2008 at 18:33 UTC
Updated:
20 Aug 2008 at 14:32 UTC
This may seem just a simple CSS stuff... but I can't figure where to set the individual link color of: Line 191
ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
background: #ccc url(arrow-down.png) right center no-repeat;
}I tried adding color property in to that but the body color is still persistent.
I would really appreciate any advice from you. Thank you.
Comments
Comment #1
add1sun commentedYou should use firebug to see exactly what CSS is setting the color and then override it as specifically as possible. Note that the CSS rule for a link will need to have an a in it. Like:
#header-region ul.nice-menu-down li.menuparent:hover a
Comment #2
halloffame commentedGot it thanks!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.