MyBB Community Forums

Full Version: How to change background color of sceditor?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://imgur.com/opKrmro

My sceditor looked like this. This was an issue because the font color was by default the same as the background so people can't see what they are writing. It was being posted as white however in the end.


.sceditor-container textarea {
  background: #fff !important;
}

div.sceditor-dropdown {
  background: #fff !important;
}

div.sceditor-toolbar {
  background: #fff !important;
}


I tried adding this code to global.css and it did nothing besides change the background color of the toolbar.
(2016-03-09, 07:26 AM)mmadhankumar Wrote: [ -> ]check if this reply helps: http://community.mybb.com/thread-163511-...pid1121699

This didn't do anything. Here is my default.css  

http://pastebin.com/tA1ejisC