I've read the threads on changing it for version 3 but I haven't found anything on changing it for 4. I want to make the background of the editing area to be transparent. I tried searching it down in content.css and removed the background:#fff from body tag as it said this would make it transparent but it didn't work. before you ask I also did a hard refresh after all my changes. Is there a line I can put in the config.js to make it change the white background to transparent?
thanks,
Jerry
okay I've found that I was
okay I've found that I was using the wrong path on config.contentsCss so I got that fixed as I can change the text color in the contents.css file but I'm still not getting a transparent background when I change the background. I believe there is another tag I need to change possibly in editor.css of the skin I'm using. please help
problem solved. it was two
problem solved. it was two edits in skins > editor.css the .cke_wysiwyg_frame and .cke_inner
set background:transparent and all is good.