MyBB Community Forums

Full Version: Change Background color of new Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So when someone creates a new thread the background for the text box is picking up the background of the forum which is an image. I need to be able to set this to a certain color. Can anyone point me in the right direction?

[Image: d9aIDR7gT2uBOLhVHJyKUA.png]
Are you using the default theme? If so go to /jscripts/scheditor/editor_themes/default.css

Find .sceditor-container iframe, .sceditor-container textarea and replace the background.
(2018-05-06, 11:11 PM)Wires Wrote: [ -> ]Are you using the default theme? If so go to /jscripts/scheditor/editor_themes/default.css

Find .sceditor-container iframe, .sceditor-container textarea and replace the background.

I'm not. The code was actually in the global.css. I had the code in there just had to add !important.