Quote:
Originally Posted by Replicant
The background in the editor is hard coded #FFF in the editor css.
You can change the background color by over riding it in css_additional.css with
.cke_wysiwyg_frame, .cke_wysiwyg_div{background-color:#000!important}
|
Worked like a champ. Thank you. I've got other simple questions in the vein but will make new threads. I really appreciate your fast response. Had spent a day trying to fix this myself.