Ok, thanks. As we can see, menu items color on hover and active are the same as background color and to change this color, you need to use the following css:
#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-parent > a, #Top_bar .menu > li.current-page-parent > a, #Top_bar .menu > li.current-menu-ancestor > a, #Top_bar .menu > li.current-page-ancestor > a, #Top_bar .menu > li.current_page_ancestor > a, #Top_bar .menu > li.hover > a { color: #FFF !important; }
Comments
please send us link to page where you got this menu so we can have a look on it.