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
Color of the name in header
Color of the name in header
Rob Zeijen,
Valkenswaard (NL)
Valkenswaard (NL)
Re: Color of the name in header
stylesheet.css line 870
or only h1, add below:
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;
}
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
Re: Color of the name in header
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.
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)
Valkenswaard (NL)
Re: Color of the name in header
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
Re: Color of the name in header
@roze
There is an error in your code:
Please change it to:
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;
}
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
Re: Color of the name in header
Ick:
OK: now its the right color!
Thankx.
OK: now its the right color!
Thankx.
Rob Zeijen,
Valkenswaard (NL)
Valkenswaard (NL)