View Full Version : CKeditor text area.
ThePhoneGuy
07-03-2011, 10:03 AM
Where you actually type your reply. I cant figure out how to change it.
/* Background Color for CKEditor */
.cke_skin_kama .cke_wrapper {
background-color:#666666!important; }
/* Background Color for CKEditor - END */
That is not the answer for me. The area stays white. Can anyone shed some light on this?
Jeff Ledger
07-03-2011, 10:12 AM
Checked it myself and it more complicated then I thought
go to your
root forum/clientscript/ckeditor/skins/kama
check this one
mainui.css
and change the background-color at .cke_skin_kama .cke_wrapper
It should works.
I will write an articles about skinning ck editor later.
~Jeff
ThePhoneGuy
07-03-2011, 07:32 PM
tried that before. the css i just showed does exactly that. I also tried via there js file. idk im about to give up on it lol.
LifesGreatestGift
07-03-2011, 08:41 PM
open template editor_contents.css
find
body,
body.content {
font: {vb:stylevar content_msg_font};
color: #222;
/* Remove the background color to make it transparent */
background-color: #fff;
/*background-color:{vb:stylevar wysiwyg_textbox_background.backgroundColor};*/
margin:0px;
padding:8px;
}
edit background-color and color accordingly.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.