The "link" text color(s) are defined in the main stylesheet.css
Code:
a:link, #navEZPagesTOC ul li a {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #000;
}
a:active {
color: #000;
}
You can control the categories text color(s) by adding a color: #000; attribute to each "a" declaration in the flyout menu stylesheet. This will then only affect the text color(s) in the flyout menu and not do anything to other text links.
Bookmarks