White text in WYSIWYG
Permalink
Hi Everyone,
Theres a post up in another section on the forum that I have added to but wanted to add here too as I think this area gets more traffic.
My problem is that I have set up a template with a black background & reversed the text out in white. In the WYSIWYG the text just comes up in white which means it's invisible. As instructed by Katz & Tony on the other post I've added an extra line to the typography.css file with body#tinymce { color:#FFF; background-color:#000000; } on & also studied the CSS of the Halloween theme. It looks like I'm doing as instructed but the text is invisible.
I'm using the latest release so is this a documented bug or am I doing something wrong??
Theres a post up in another section on the forum that I have added to but wanted to add here too as I think this area gets more traffic.
My problem is that I have set up a template with a black background & reversed the text out in white. In the WYSIWYG the text just comes up in white which means it's invisible. As instructed by Katz & Tony on the other post I've added an extra line to the typography.css file with body#tinymce { color:#FFF; background-color:#000000; } on & also studied the CSS of the Halloween theme. It looks like I'm doing as instructed but the text is invisible.
I'm using the latest release so is this a documented bug or am I doing something wrong??
Hi Synlag, thanks for responding. Here's the deal: I'm editing the site in Safari and thats where the problem lies. I tried it in Firefox after posting & everything is cool. I don't understand it at all.
While not ideal I might just say to client to edit in firefox.
While not ideal I might just say to client to edit in firefox.
body#tinymce { color:#FFF !important; background-color:#000000 !important; }
work?