Tagged: font colour, frontpage, header
Hi Team,
I set the transparent header font colour to be white everywhere. But I need it to be black on the frontpage. How would I do that?
The Draft: http://www.webigami.de/pardon
Thx and cheers,
Jan
Hi Jan!
Add this to your custom CSS.
.home .header_bg {
background: none repeat scroll 0 0 black !important;
}
Best regards,
Elliott
Thanks, Elliott!
Jan