Hi again,
i found a solution for the pseudoclasses, but the underline is still there. “text-decoration: none” is without effect. Any idea?
Custom CSS:
#post-entry article.post-single .post-content a.tex1:link {color: red; text-decoration: none;}
#post-entry article.post-single .post-content a.tex1:visited {color: yellow; text-decoration: none;}
#post-entry article.post-single .post-content a.tex1:hover {color: green; text-decoration: none;}
#post-entry article.post-single .post-content a.tex1:active {color: blue; text-decoration: none;}