Dark background when editing using this theme - why?
mcjudd - February 4, 2009 - 19:39
| Project: | Marinelli |
| Version: | 6.x-2.7 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi there
I am using this great theme and FCKEditor as my main text editor.
However, when I open a page for editing I get a dark blue background - same as the column colours- with black text (see screen shot attached). How can I get back to a white background so I can actually see what I am trying to edit?
Any thoughts greatly appreciated.
| Attachment | Size |
|---|---|
| image.jpg | 17.7 KB |

#1
Configure:
Administer > Site configuration > FCKeditor settings > Profile (Edit) > CSS > :
Defines the CSS to be used in the editor area.
Use theme css - load style.css from current site theme.
Define css - enter path for css file below.
FCKeditor default - uses default CSS from editor.
#2
Thanks, this was driving me nuts as well... I was making tons of CSS edits trying to figure it out. It might be good to add this note to the theme README.txt even though it's an FCK setting.
#3
This is totally a FCK issue not theme related. Other themes have the same issue with FCK this is why the WYSIWG editor has special instructions in their ducomentation page.
http://drupal.fckeditor.net/tricks
#4
#5
Automatically closed -- issue fixed for 2 weeks with no activity.
#6
I just had the same problem with my marinelli theme and FCKeditor.
I fixed my problem this way:
# Edit FCKeditor profile, in the "CSS section" choose use theme css
# In modules/fckeditor/fckeditor.config.js, add the following:
FCKConfig.BodyId = "primary";
FCKConfig.BodyClass = "singlepage";
This should work for any theme. I found this out at this link, " http://drupal.fckeditor.net/tricks ".