I would like to independently conrol the colors of the menu items and hyperlinks (via linkbuttons or hyperlink objects). However, I have only found one way to do it (I have tried various, such as CSS definitions in the masterpage, skins for the menu, to no avail).
What I do is define the menu text colors in the menu control, and put alink, link, and vlink statements in the body tag of the masterpage.
Naturally, this approach is marked as outdated, so I would like to find how to do this w/o using the alink, vlink, link in the body tag.
Again, tried skin for menu plus a:link, a:visited, a:hover and a:active definitions in the header section of the masterpage.
Tried same w/o skin.
Seems that only when used in body tag does the link definitions not override the menu definitions. Is there another way?
Thanks,