Color of the name in header

About the template and stylesheet - and changing the menu
Post Reply
roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Color of the name in header

Post by roze » Sun Nov 20, 2016 6:53 pm

I use tp_3colavantgardeXH as my template.
How can I change the color of the "site title" in the header in white.

The url is

http://Www.perfectsound.org
Rob Zeijen,

Valkenswaard (NL)

lck
Posts: 2955
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Color of the name in header

Post by lck » Sun Nov 20, 2016 7:32 pm

stylesheet.css line 870

Code: Select all

#tp_headerin h1, #tp_headerin h2, #tp_headerin h3, #tp_headerin h4, #tp_headerin h5, #tp_headerin h6 {
color: #000000; /* change to #fff */
font-family: arial, sans-serif;
} 
or only h1, add below:

Code: Select all

#tp_headerin h1 {
color: #fff;
} 
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Re: Color of the name in header

Post by roze » Sun Nov 20, 2016 7:52 pm

Ics,

I mean the header as the top from my homepage. http://Www.perfectsound.org.
You can see the image of our choir with black letters "vocalgroup perfect sound". White letters would be nicer.
Rob Zeijen,

Valkenswaard (NL)

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Color of the name in header

Post by cmb » Sun Nov 20, 2016 11:17 pm

Ludwig's suggestions should work fine; you have to refresh your browser after making the changes in the stylesheet.
Christoph M. Becker – Plugins for CMSimple_XH

lck
Posts: 2955
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Color of the name in header

Post by lck » Mon Nov 21, 2016 9:46 am

@roze
There is an error in your code:

Code: Select all

#tp_headerin h1, #tp_headerin h2, #tp_headerin h3, #tp_headerin h4, #tp_headerin h5, #tp_headerin h6 {
color: #fff */
font-family: arial, sans-serif;
}
Please change it to:

Code: Select all

#tp_headerin h1, #tp_headerin h2, #tp_headerin h3, #tp_headerin h4, #tp_headerin h5, #tp_headerin h6 {
color: #fff;
font-family: arial, sans-serif;
} 
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Re: Color of the name in header

Post by roze » Tue Nov 22, 2016 7:22 pm

Ick:

OK: now its the right color!

Thankx.
Rob Zeijen,

Valkenswaard (NL)

Post Reply