MyBB Community Forums

Full Version: Quick Advanced Editor Plus change text area color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i change the text area color color in Quick Advanced Editor Plus
http://thegame-zone.com/thread-1719-post...ml#pid6729
still searching
this isn´t related with plugin...
is related directly with style of textarea of editor...

anyway...

if you use mybb 1.8.1 or above and plugin 1.9.0 or above, so you can try edit root/jscripts/sceditor/textarea_styles/jquery.sceditor.mybb.css (Repeat this step with all other theme of sceditor) to changes color of textarea of editor.
nothing happened
any help
Textarea in SCeditor (WYSIWYG mode) is in fact a iframed page and styling for that background can be added in jquery.sceditor.default.css (as mentioned above) like:

body {
background-color:#2a2a2a;
}

replace 2a2a2a with your color.
nothing happened
i add the above code to
jquery.sceditor.default.css
but stil the same

any help
still looking
I'm wanting to know the same. Can anyone help me? I tried the above as well!