Jump to content
WebFlake
  • 0

Ckeditor text area colour change pls


STAR

Question

Hi guys I'm currently using this skin

moono-dark_4.4.2-1.zip

I would like to change text area from annoying white to dark colour to match icons on top of ie light grey please see this image

 

20180201_042639.thumb.jpg.aa63adaf325be5c0f72b333837c2cafd.jpg

 

If text are colour is changed to darker colour I would like font colour to be white please.

I posted this on ckeditor website and did not get any help so I'm hoping I get help from here. :-( 

 

Thank you 

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

is for ips ? you are in wrong section of forum ...

 

in custom.css add this :

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #000000 !important;
    color: #ffffff !important;
}

change color code by was you wan't

  • Like 1

Best Regards
Titcrunch

French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design.

Link to comment
Share on other sites

  • 0
23 hours ago, titcrunch said:

is for ips ? you are in wrong section of forum ...

 

in custom.css add this :


.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #000000 !important;
    color: #ffffff !important;
}

change color code by was you wan't

you Sir are life saver :D that worked perfect :D Thank you :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...