Tagged: Color, dropdown, navigation
I can’t seem to set the navigation colors. I want the top level text to be white and in the dropdown menus I want the text to be black.
Thanks!
Hi,
Please add following code to Quick CSS that is in Enfold theme options under Styling
.header_color .main_menu ul:first-child > li > a { color: white!important; }
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: blue!important; }
ul.sub-menu { color: red!important; }
#top .header_color .main_menu .menu ul li>a:hover { color: green; }
#top .main_menu .menu li>a { color: black; }
Active state will be Blue and submenu hover state will be Green.
Regards,
Yigit