Ich habe das selbe problem, hab es hinbekommen, dass wenn man mit der maus drüber geht die links farbig sind. Aber nicht dass sie permanent im text farbig sind. Kann mir da jemand helfen? Das ist im Theme das abteil für die links.
kann auch gern das stylesheet mal reinposten wenn das hilft?
/*--------------------------------------------------------------
## __LINKS
--------------------------------------------------------------*/
a {
color: #222;
}
a:hover,
a:focus,
a:active {
color: #9a1a1a;
text-decoration: underline;
}
/*--------------------------------------------------------------