How to change text color?

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Fri Jul 16, 2010 5:02 pm
Hi,

I want to change the postnote text color into white. I have tried to figured it out with firebug, but I cannot find the css value for text...

Someone who can help?!

Thanks a lot! :)
User avatar
Fresh Boarder

GK User
Fri Jul 16, 2010 9:40 pm
which text are we talking about ? there is many different colors heh...

can i see your www ?
User avatar
Platinum Boarder

GK User
Sat Jul 17, 2010 12:25 am
...good question! ;)

The color of body maintext!

www.offkino.de
User avatar
Fresh Boarder

GK User
Sat Jul 17, 2010 8:09 am
search for this line
Code: Select all
.article-content{padding:10px 0 0 0;}

in the joomla.css file, and change it to :

Code: Select all
.article-content{padding:10px 0 0 0; color:#fff}
User avatar
Platinum Boarder

GK User
Sat Jul 17, 2010 11:41 am
thank you! :)
User avatar
Fresh Boarder

GK User
Sat Jul 17, 2010 11:52 am
your welcome:)
User avatar
Platinum Boarder


cron