Seite 1 von 1

Farbe ändern!

Verfasst: 28.11.2009 13:21
von ExtremTobi
Hallo,
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%;
}
habe ich in das:

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%;
}
geändert.
Danach habe ich den Foren + Browsercache gelöscht, nur die Schrift ist Orange geblieben!
Was muss ich wo ändern?

Re: Farbe ändern!

Verfasst: 28.11.2009 13:44
von Metzle
Hallo,

aktualisiere mal noch zusätzlich das Theme.

Re: Farbe ändern!

Verfasst: 28.11.2009 14:14
von ExtremTobi
Geht auch nicht! :(

Edit:
Habs hinbekommen:

Code: Alles auswählen

th a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}
Ich musste das ändern :grin: