Hey,

I'm seeing #BDD2FF being passed as the background colour for the main menu items, the only reference to this colour is in the superfish CSS files, removing the reference to this colour code isn't removing the background. Any help would be appreciated.

http://wrc.mjco.me.uk

Comments

Homotechsual’s picture

Title: #BDD2FF showing a main-menu background » Background color on main-menu
Homotechsual’s picture

Assigned: Unassigned » Homotechsual
Status: Active » Closed (fixed)

Ah nevermind, if anyone else gets the pale blue background on the main menu it's being passed from /libraries/superfish/style/default.css

.sf-menu.sf-style-default li,
.sf-menu.sf-style-default.sf-navbar {
background: #BDD2FF;
}

Replace with

.sf-menu.sf-style-default li,
.sf-menu.sf-style-default.sf-navbar {
}

Then if you require a background colour for your menu bar, define as normal in local.css