I appreciate the super fast response. But that didn’t didn’t affect a color change.
I tried !important after the color and that didn’t change the color either.
By using firebug, I can change .widget_nav_menu using the following:
#header-menu ul.menu a, .sidebar-top .widget_nav_menu ul.menu a, #colophon #access-footer ul.menu a {
color: #006633;
background-color: #ffffff;
}
But that seems extraneous. And I don’t know what the other menu elements syntax would look like.
Thank you sir…