MyBB Community Forums

Full Version: Changing pre-post color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I looked around a ton in the css and theme itself and can't figure out how to change the color of text inside of the text box while you're typing a reply (Completely change it for everyone)

Edit: Nevermind I just inspected elements and found out it was like 533 on Global.css!
What is your board URL?

P.S. you can change the font color of your textarea doing this.
Just add this code to your global.css
textarea {color:blue;}