Hi there - I can't change the menu text rollover or active state text color. I've tried adding this to my child theme style.css and then I tried to change the layout.css and nothing is working!.
I don't understand where the color is coming from - I haven't selected in the theme color options.
this is what I'm trying to do
.main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a{
/*border-bottom: 2px solid;*/ /*changed this line*/
color: #f59221;
}
cheers














