Schriftfarbe verändern

Allgemeines
Post Reply
Astor
Posts: 52
Joined: Mon 15. Sep 2014, 10:43
Location: NRW
Contact:

Schriftfarbe verändern

Post 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
Gert
Posts: 2065
Joined: Sun 18. Nov 2012, 14:18

Re: Schriftfarbe verändern

Post 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
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Astor
Posts: 52
Joined: Mon 15. Sep 2014, 10:43
Location: NRW
Contact:

Re: Schriftfarbe verändern

Post by Astor »

Danke Gert,
hat gut geklappt. Die Linkfarben können aber so bleiben.

Gruß
Herbert
philocms
Posts: 3
Joined: Wed 11. Sep 2013, 14:50

Re: Schriftfarbe verändern

Post by philocms »

Vielen Dank - genau das hab ich auch gesucht.
Post Reply