Das möchte ich ändern:
http://bilderhost.com/images/iqfbazdmgacitf5kv323.jpg
( die Schrift in weiß machen )
In der .../styles/Apple/theme/stylesheet.css habe ich folgendes geändert:
Code: Alles auswählen
h2 {
color: orange;
font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
font-size: 1.3em;
text-decoration: none;
line-height: 120%;
}
Code: Alles auswählen
h2 {
color: white;
font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
font-size: 1.3em;
text-decoration: none;
line-height: 120%;
}
Danach habe ich den Foren + Browsercache gelöscht, nur die Schrift ist Orange geblieben!
Was muss ich wo ändern?