Jump to content
WebFlake
  • 0

Editor background color change


GameSpot

Question

5 answers to this question

Recommended Posts

  • 0

The background color of the editor area is defined in the css file of the skin that you're using. the .css file can be located at

ADminCP > Looks and Feel > Skin Name > CSS > ipb_ckeditor.css

and then find;

.cke_contents{border:solid 1px #696969;background-color:white;}

I changed the background-color:white with background-color:blue and it worked fine. Since it is a standard css-file you could of course use any valid colour definition (#ffffff , rgb(255,255,255) or whatever suits you).

Edited by Born2Be
Link to comment
Share on other sites

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