Color menu bar and text
-
I have the following css code. I want a green menu bar with white text, black active menu and submenu black. Also, I want black menu item with when the mouse hovers over, I currently get grey which I can bearly read. But that not what I can get.The submenu is unreadable. Have a look rather than me trying to explain.
Help is much appreicated .
/* Active page */
.navigation-top .current_page_item > a {
color: black;
}
/* The menu text colour */
.navigation-top a,
.menu-toggle {
color: white;
}
/* color menu bar background */
html .colors-custom .main-navigation ul,
html .colors-custom .navigation-top,
.navigation-top,
.main-navigation ul {
background:green;
border-top:0;
}
/* Color sub menu text color*/
.main-navigation a:link {
color:black;}The page I need help with: [log in to see the link]
- The topic ‘Color menu bar and text’ is closed to new replies.