Page 1 of 1

Background/Text colour in text editor

Posted: Wed Jun 13, 2007 10:51 am
by evilwavey
Hi,

I am changing the CSS on a site so its white text on a black bckgrd, but now in the text editor you can;t see the text. This is not a huge issue for me, but would be a pain for the user. How can I either make the text black in the editor or change the bckgrd colour in the editor?

I'm using

CMS Made Simple 0.13 "Canary" with default text editor.

Cheers

Wavey

Re: Background/Text colour in text editor

Posted: Wed Jun 13, 2007 12:33 pm
by KO
Check in CMSms Admin area and "Extensions" "FCKEditorX". There should be "Background color - default ". Try changind "default --> #000". or change "Body tag CSS - background-color: #ffffff; to background-color:#000"

Br, K

Re: Background/Text colour in text editor

Posted: Wed Jun 13, 2007 12:59 pm
by evilwavey
Awesome!

body tag css was the answer

Thanks :)