Posted September 12, 20177 yr I need both of these areas background to be black Getting really annoying that the text is white and the background are white Edited September 12, 20177 yr by BGL Justice V
September 12, 20177 yr Author Okay so anytime I go to reply to a topic the text is white and the background of the reply area is white I need the background to be black Also when I go to edit a post it takes away the custom topic background I have and changes it to white and then the text is also on white This is making me so mad
September 12, 20177 yr Author Like why the heck would the text and background be white and I can't change it
September 12, 20177 yr You need to change the CKEditor style. Here is the official documentation about how to do it. But I have already done this so I will share the code I used. Go to ACP > Customization > Themes and click edit HTML / CSS button of your current theme. Then, find the custom.css file and add the following CSS code: .ipsApp.ipsApp_front .ipsComposeArea_dummy, .ipsApp.ipsApp_front .cke textarea.cke_source, .ipsApp.ipsApp_front .cke .cke_wysiwyg_frame, .ipsApp.ipsApp_front .cke .cke_wysiwyg_div, .ipsApp.ipsApp_front .cke .cke_inner{ background: #000000; }
September 12, 20177 yr And one more - you can install any theme for CKEditor from their skins page. For example, Moono Dark: https://ckeditor.com/addon/moono-dark
September 12, 20177 yr I had the same problem and succeed only to solve it on Firefox Thanks for your help @Foolboy you saved my life . It works like a charm. 11 minutes ago, Upgradeovec said: For example, Moono Dark "Moono dark" change only toolbar, not the text area. But both combined it is great : Edited September 12, 20177 yr by fabnay
Archived
This topic is now archived and is closed to further replies.