Closed (fixed)
Project:
Acquia Marina
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 May 2011 at 08:55 UTC
Updated:
31 May 2011 at 14:59 UTC
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.
Comments
Comment #1
Homotechsual commentedComment #2
Homotechsual commentedAh 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