]admin cp -> styles -> modify -> choose one -> [fonts/colors/etc]
Now...
1) Under "Page Layout" under "Body Tag" make sure u have edited
Code:
<body bgcolor="#808080" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">
to colors that u want. (here I gave my example).
2) Under "Main Colors" under "Hover Color for Links
" make sure u have edited it to the color that u want.
3) Under "Head Insert:" make sure u have edited
Code:
A:link, A:visited, A:active {
COLOR: { linkcolor};
TEXT-DECORATION: none;
}
A:hover {
COLOR: { hovercolor};
TEXT-DECORATION: underline overline;
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: { categoryfontcolor};
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: { categoryfontcolor};
TEXT-DECORATION: none;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: { linkcolor};
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: { hovercolor};
TEXT-DECORATION: none;
U can go step by step and try to replace first "{ linkcolor}" with "#FF0000" and go check your page for red colors. If it gives not the same result as u want, change "#FF0000" back to "{ linkcolor}". Then change "{ hovercolor}" to "#FF0000" etc... I hope Uu understand what I mean.
I know it will take some time, but it's the easiest way for u to find it...