Installing EB5 with News 2 results in a dark gray on dark gray toolbar making it hard to read. I asked StackIdeas for help on this and they did give a partial solution but since they are not the developers of News 2, a full solution must come from Gavick.
They provided the code below which they added to the template.css file (which I should probably move to override.css.)
It makes the toolbar readable and does go with the red theme (Style 1) for News 2 that I'm using.
Perhaps this might be of use to others.
- Code: Select all
div#fd.eb .eb-navbar {
background: #f9fafb none repeat scroll 0 0 !important;
border-color: #1b1b1b;
border-radius: 3px;
margin: 0;
min-height: 40px;
}
div#fd.eb .eb-navbar-nav > li.active > a {
background: #eb1e00 none repeat scroll 0 0 !important;
color: #fff;
}
div#fd.eb .eb-navbar-nav > li + li {
border-left: none !important;
}
div#fd.eb .eb-navbar-search {
border-left: none !important;
border-right: none !important;
margin: 0;
overflow: hidden;
}