Hallo Sniper, das ist ganz einfach.
Admin -> Styles -> unten in dem GRAUEN Kasten (Stylesheet) nach folgendem suchen:
[code:1]a, a:visited, a:active {
color : #333333;
text-decoration : none;
font-weight : normal;
}
a.titlelink, a.titlelink:visited, a.titlelink:active {
color : #333333;
text-decoration : none;
font-weight : bold;
}
a.category, a.category:visited, a.category:active {
color : #333333;
text-decoration : none;
}
[/code:1]
und das änderst du in:
[code:1]a, a:visited, a:active {
color : #ffffff;
text-decoration : none;
font-weight : normal;
}
a.titlelink, a.titlelink:visited, a.titlelink:active {
color : #ffffff;
text-decoration : none;
font-weight : bold;
}
a.category, a.category:visited, a.category:active {
color : #ffffff;
text-decoration : none;
}
[/code:1]
Jetzt werden die Links immer weiß dargestellt. Wenn du es anders haben möchtest kannst du gerne selber ein wenig mit den Farbcodes rumspielen um zu sehen was für was ist. Kann ja nicht viel passieren
Eine Farbcode Tabelle findest du hier:
Farbcodes
MfG