29-04-2012 Saat: 00:01
Önizleme;
admin kp - sablonlar stil - kullandıgın tema - global.css - gelişmiş mod düzenle şu kodları bul;
şunlarla değiştir.
admin kp - sablonlar stil - kullandıgın tema - global.css - gelişmiş mod düzenle şu kodları bul;
Kod:
a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #002eff;
text-decoration: none;
}
a:hover, a:active {
color: #002eff;
text-decoration: underline;
}
şunlarla değiştir.
Kod:
a:link {
font-family: "Century Gothic";
color: #000000;
text-decoration: none;
}
a:link:hover {
color: #292929;
}
a:link:visited {
color: #3F3F3F;
}