Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29258

    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!

    #140192

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Navigation Colors’ is closed to new replies.