Dear Sirs,
I have just started to develop this theme and very pleased with it so far. One issue I am finding impossible is to get on the main menu the item selected to show in blue #0099ff so as default on the homepage I want the nv “home” to show as this blue and when you select “portfolio” this then to show as blue. I cant seem to achieve this, ca you help please.
Hey condonpb!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
color: #0099ff;
}
Cheers!
Yigit
Dear Yigit,
I have tried this but does not work, can you help again please sorry
Pete
Hey!
Please add following code to Quick CSS as well
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
color: inherit;
}
Regards,
Yigit
Yigit,
This seems to have worked for the top nav bar, but what I also need to achieve is this color to stay when clicking on the lower level child menus. So for example if you click on “Portfolio 2 Column” child the “Portfolio” Main Nav highlights as blue.
Thanks
Pete
Hi Pete!
Please add following code to Quick CSS as well
.av-main-nav li.current-page-ancestor > a {
color: #0099ff!important;
}
Cheers!
Yigit
Many thanks
Happy New Year