Changing the style of the menu in the Outreach theme doesn't seem to make a difference.

I believe that this is over-riding the other setting, but I'm not sure:

#menu-bar ul, #menu-bar ul li:hover li a {
background-image: -moz-linear-gradient(center top , #FCFCFC 0%, #ECECEC 100%);
}

When I disable that property in Firebug, the color seems to appear.

Comments

nedjo’s picture

Project: Open Outreach » Outreach
Version: 7.x-1.0-rc11 » 7.x-1.x-dev
Component: Miscellaneous » Code

By "Changing the style of the menu" do you mean via custom CSS?

If so, does it work if you use a variant on the background-image CSS rule you cited, changing the colour values?

jsibley’s picture

No, I meant changing the style dropdown at admin/structure/block/manage/superfish under style (below menu type).

There are a number of color choices, but they don't seem to work.