MyBB Community Forums

Full Version: Change font color of typing area (screenshot)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys. Completely redoing my theme.

[Image: 3b874b1bdbeaa4af05e9c5f01369b213.png]

Right now the typing area is white, I want it to be black.. not sure where in global.css this is. Thanks!

http://www.bf3-forums.net
Ah found it already:

textarea {
color: #000000;
border: 1px solid #000000;
padding: 2px;
font-family: Verdana, Arial, Sans-Serif;
line-height: 1.4;
font-size: 13px;