MyBB Community Forums

Full Version: Quotes and Reputation Comments Font Color edits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the Accord-Mono theme and I want to modify the color of the texts in the quotes to something more readable or just change the color of the background of the quote box

http://img43.imageshack.us/img43/4498/scr9871451.jpg

and then change the reputation comments font color to something readable or change the background of the green, red, and neutral to something darker

http://img529.imageshack.us/img529/11/scr9982778.jpg
Bump ...
To change the quote color, find "blockquote" in the global.css file and add
color: #000

You might want to do the same to ".codeblock code" as well to change the code color.

And to change the reputation color, find ".trow_reputation_positive" and add the same
color: #000
Thanks...

Please lock