Quote:
Originally Posted by TalkVirginia
Alice,
The text color for the Wysiwyg editor is orange on white background. How would I change this to black on white or something that is easier on the eyes?
Thanks! 
|
Okay, so good old fashioned investigation has got me nowhere so I am going to fix it with a nasty but effective css cheat.
Open the additional.css template, at the very bottom add this piece of code
Code:
.wysiwyg {
background: #333333 !important;
}
and then save the additional.css template.