Hi, I see you have the menus .nav div turned off with .nav{display:none}
Did you remove that line? If you would like to remove that line and leave the other lines in, then it may be possible to see why its not working.
Hi, OK, Could you put the put the other 4 lines in the custom css. I understand you say it won’t work but it may be possible to see why and improve on the suggestion.
okay…that changed the color in my menu in the top of my page. But I am trying to also change the menu items in the widget (all those gold investment companies)
#nav_menu_2 ul li a:link {color:#00FF00}
#nav_menu_2 ul li a:visited {color:#00FF00}
#nav_menu_2 ul li a:active {color:#00FF00}
#nav_menu_2 ul li a:hover {color:#0000FF}
#nav_menu-2 ul li a:link {color:#00FF00}
#nav_menu-2 ul li a:visited {color:#00FF00}
#nav_menu-2 ul li a:active {color:#00FF00}
#nav_menu-2 ul li a:hover {color:#0000FF}