MyBB Community Forums

Full Version: Change Color of Quick Reply box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there , i was wondering how can i change the color of the quick reply box when you view a thread.

i tried googling and searching here but only relevant post i found said to look for a messageEditor but i couldnt find this in the theme i am using.

i still need help with this guys :/
nobody can help me with this guys ? :/ is it so difficult or nobody tried in the past ?
If you want to change the colour of the text area then edit your global.css . Find textarea and change the background color.

textarea { 
background-color: orange;
}
(2012-09-27, 04:44 PM)Leefish Wrote: [ -> ]If you want to change the colour of the text area then edit your global.css . Find textarea and change the background color.

textarea { 
background-color: orange;
}

Thank you my friend ... this was so simple yet took me 1 week to find an answer , thanks a lot