chipset Posted March 22, 2011 Share Posted March 22, 2011 Hi,I use custom theme and her background is yellow. My problem is that the background on admin panel (default theme) is yellow too. I think the background in the field on admin panel is transparent and the background of my theme shines.How to change back on the field for writing? Link to comment Share on other sites More sharing options...
Mark Hesketh Posted March 22, 2011 Share Posted March 22, 2011 Hi Chip,Thats a nice thought but whats happening is TinyMCE (the text editor) is trying to be clever and mimic your theme to try and give you some sort of preview of what your CMS page will look like with all your themes style applied to it.So for instance.. if your theme has a yellow background, with some sort of white overlay for the content it will only take note of the yellow... and this happens!An easy fix is to add the following to your themes//css/global.css file: body#tinymce {background: #ffffff !important; color: #000 !important;} This simply forces the editor to use a white background with black text.Hope that helps!Mark Link to comment Share on other sites More sharing options...
chipset Posted March 22, 2011 Author Share Posted March 22, 2011 Thanks for the quick and clear response, nothing to my global.css for section tinymce, but I put your code and now everything is OK. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now