Jump to content

Help asap


BGL Justice V

Recommended Posts

Posted

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 

Screenshot_20170912-000623.png

Screenshot_20170911-154601.png

Posted

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;
}

 

Posted

I had the same problem and succeed only to solve it on Firefox :blink:

Thanks for your help @Foolboy you saved my life :p. It works like a charm. :thumbsup:

11 minutes ago, Upgradeovec said:

For example, Moono Dark

"Moono dark" change only toolbar, not the text area.:unsure:

But both combined it is great (w00t) :

59b7c7a21dbee_Sanstitre.thumb.jpg.2c08a9f08ff063ccb0537152c8af32bd.jpg

:)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...