There is a menu item on the site labeled portfolio with 3 sub menus that have been added as links in the WordPress menu. When we click on the portfolio menu, the text color of the sub menus also changes. I have commented out the CSS for the current menu item:
/*ul#menu-main li.current-menu-item > a{
color: #fff;
}*/
As a result, the current menu items are now displaying a different color than white. Can anyone please offer some assistance?