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

add1sun’s picture

Status: Active » Postponed (maintainer needs more info)

You 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

halloffame’s picture

Status: Postponed (maintainer needs more info) » Fixed

Got it thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.