Tagged: background, CSS, custom, header
Hi,
I’ve been wondering around the forum and the theme and wasn’t able to get the right menu settings.
I’m trying to get the following colors:
http://postimg.org/image/95lgcdhmv/
‘Home’ is the current page
‘Symbols’ is the hover one.
I have a child theme set up.
Thanks.
Hey,
What type of header do you have? The css selectors are different for header with bottom navigation.
Regards,
Ismael
Sorry.
I have the small fixed header.
Hey,
You can do this:
.current-menu-ancestor {
background: red;
}
#top .main_menu .menu li:hover {
background: orange;
}
Regards,
Ismael
Thanks Ismael.