Quote Originally Posted by hardwiredtemplates View Post
Clyde thanks for the quick reply. I've changed a combination of those lines yet I can't get it to do a universal change. What I mean is for example I change the #444 in one of the lines to say #f00 then only three of the links are red and not the rest.
Also I noticed there is no underline in the code above(Except the hover) yet the links on the site are ALL underlined

Maybe something else is controlling the look of the footer links. I am attaching an image of what I am seeking.

Thanks for your hasty reply

the link again is www.megasaveonline.com
look at your stylesheet.css
Code:
a:link, #navEZPagesTOC ul li a {
	color: #2b2b2b;
	text-decoration: underline;
	}
 
a:visited {
	color: #2b2b2b;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #2b2b2b;
	text-decoration: none;
	}

a:active {
	color: #2b2b2b;
	}