Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
BGL Justice V Posted September 12, 2017 Posted September 12, 2017 I need both of these areas background to be black Getting really annoying that the text is white and the background are white
BGL Justice V Posted September 12, 2017 Author Posted September 12, 2017 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
BGL Justice V Posted September 12, 2017 Author Posted September 12, 2017 Been trying to get help for a while please look at my recent issues
BGL Justice V Posted September 12, 2017 Author Posted September 12, 2017 Like why the heck would the text and background be white and I can't change it
Foolboy Posted September 12, 2017 Posted September 12, 2017 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; }
Numbered Posted September 12, 2017 Posted September 12, 2017 And one more - you can install any theme for CKEditor from their skins page. For example, Moono Dark: https://ckeditor.com/addon/moono-dark
fabnay Posted September 12, 2017 Posted September 12, 2017 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 :
Recommended Posts
Archived
This topic is now archived and is closed to further replies.