Page 1 of 1
					
				Schriftfarbe verändern
				Posted: Sun 2. Aug 2020, 21:58
				by Astor
				Hallo Gert,
ich hab die Seite wolfsspitz.net nun optisch/farblich überarbeitet und möchte Powered by und Template: im Footerbereich gerne in weiß haben, soll mehr ins Auge fallen.
Nun hab ich mir einen Ast gesucht und finde einfach nicht die richtige Stelle, gibst Du mir einen Tipp?
Gruß
Herbert
			 
			
					
				Re: Schriftfarbe verändern
				Posted: Mon 3. Aug 2020, 14:37
				by Gert
				Hallo,
suche im Stylsheet nach: 
Code: Select all
/* FUSSLINKS / FOOTER LINKS */
#tplge_notesin {font-family: arial, sans-serif; font-size: 12px; text-align: right; border-top: 1px solid #eee; padding: 16px 40px 60px 40px; margin: 0;}
Da kannst du color: #fff; hinzufügen.
Die Linkfarben sind im folgenden Block definiert: 
Code: Select all
#tplge_notesin a:link {color: #000; font-style: normal;}
#tplge_notesin a:visited {color: #000; font-style: normal;}
#tplge_notesin a:hover {color: #fff; font-style: normal; text-decoration: none;}
#tplge_notesin a:active {color: #fff; font-style: normal; text-decoration: none;}
#tplge_notesin a:focus {color: #fff; font-style: normal; text-decoration: none;}
Gert
 
			 
			
					
				Re: Schriftfarbe verändern
				Posted: Thu 6. Aug 2020, 11:27
				by Astor
				Danke Gert,
hat gut geklappt. Die Linkfarben können aber so bleiben.
Gruß
Herbert
			 
			
					
				Re: Schriftfarbe verändern
				Posted: Tue 27. Apr 2021, 15:35
				by philocms
				Vielen Dank - genau das hab ich auch gesucht.