Top Navigation Colour Change
-
Dear Sir / Madam,
I have managed to change most of the black to various shades of blue using the CSS below.
However I cannot figure how to change the Top Menu, background color when my pointer is on the sub menu, I still get a black background, I would like to change this menu colour too.
The black is more visible on all the main menu items on mobile view.
Many Thanks for your help.
Titus
#top-menu li a:hover {
background: skyblue !important;
}
ul.sub-menu {
background: #64c4ea !important;
}.main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a {
background: skyblue !important;
}The page I need help with: [log in to see the link]
- The topic ‘Top Navigation Colour Change’ is closed to new replies.