Page 1 of 1

Changing colors of quoted text

PostPosted: Tue Feb 26, 2008 4:10 pm
Author: meijin
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.watchgeeks.net

PHP Version:
MySQL Version:


What was done before the problem appeared?
n/a


What was done to try to solve the problem?
n/a



De.scription and Message

I am using the "dark orange" style that came with the install and the only problem with it is the quoted text...the orange color used there is pretty much unreadable. Is there a quick and easy (read...I am a newbie) way to change that to a different color?

Thanks for the help!

Michael

Re: Changing colors of quoted text

PostPosted: Tue Feb 26, 2008 11:38 pm
Author: CaNNon
Yep go into the template and find the *.css

Mine looks like this as I have made a few changes to that.
[code]/* Quote blocks */.quotetitle,.quote {color]

Re: Changing colors of quoted text

PostPosted: Wed Feb 27, 2008 1:15 pm
Author: meijin
"CaNNon";p="31826" wrote:Yep go into the template and find the *.css

Mine looks like this as I have made a few changes to that.
[code]/* Quote blocks */.quotetitle,.quote {color]


Worked like a champ! Thanks very much!