MyBB Community Forums

Full Version: Change Full Edit Background Colour?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to change the Full editor background color as my theme and editor color make it so you cant see certain posts. I need to change this box -> https://gyazo.com/8f2cd124c9e9bbc4178a77c00acd6773 (The White Box) to grey!
in global .css find 
.sceditor-container iframe,
.sceditor-container textarea

Change background to
background:#ccc

To change the border color, find
.sceditor-container
and change the background to the color you want
(2016-08-24, 06:18 AM)BaggerHD Wrote: [ -> ]in global .css find 
.sceditor-container iframe,
.sceditor-container textarea

Change background to
background:#ccc

To change the border color, find
.sceditor-container
and change the background to the color you want

I only see 1 instance of iframe :/ https://gyazo.com/5b4285eb6dd166023f60581171d75c6b
^ sceditor uses separate css file (depending on selected editor style at the theme properties)
generally used default.css file is : ~/jscripts/sceditor/editor_themes/default.css
(2016-08-24, 09:09 AM).m. Wrote: [ -> ]^ sceditor uses separate css file (depending on selected editor style at the theme properties)
generally used default.css file is : ~/jscripts/sceditor/editor_themes/default.css

Thanks!, also is their anyway I can change the default color in the editor? If you know :p
^ in the editor css file (eg. default.css) you can change color code used for color property of earlier suggested elements
.sceditor-container iframe,
.sceditor-container textarea

eg. color: #111; can be changed to color: #fff; or color: 000;

see if required => html color codes
Hello
Please, 
Tell me, how do I change the color in places 2 and 3. And how to change the name of the site (place 1 )


[Image: 2e644c6aa70c.png]