Jump to content

Background problem - Solved


chipset

Recommended Posts

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?

41016_O9MFLsNNu14rChrgEV4C_t

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...