Hi,
Looked around on the forum and found this, but only the first one seems to work.
Please see http://www.groenwerkensierbestrating.nl. Any suggestions?
What I would like is a darkgrey menu, when you hover green and current page also green
Please add this on your custom.css to change the menu color
.main_menu a {
color: white !important;
}
To change the active page color, use this
.current-menu-item > a {
color: black !important;
}
For the submenu hover, you can use this
.header_color .main_menu .menu ul li a:hover {
background-color: white;
color: orange !important;
}
Hey C0rien!
Please use this:
.current-menu-item > a {
color: green !important;
}
.main_menu a:hover {
color: green !important;
}
Cheers!
Ismael
Thank you Ismael!
Looked up the w3s colornames and changed to limegreen to improve visibility.
It works for the hover part, but the .current-menu-item works only on the homepage…..?
Kind regards Corien
Hey!
Please see – http://kriesi.at/documentation/enfold/change-the-main-menu-color/
Best regards,
Yigit
Hello,
Since the last update on enfold there’s a lot more options in the header section.
Is it still best to use the above css to change hover colors?