Jump to content
WebFlake
  • 0

changing text editor input bg color


Maverick

Question

6 answers to this question

Recommended Posts

  • 0

still no change...also the file you stated is called contents.css which is located in ckeditor folder

I've installed this skin and checked, It is definitely in there, This was a brand new installation with just this single skin installed, When modified it gave the desired output above, 

rIMJGTF.png

 

The CSS for this is pulled via a Iframe as you can see in the Tree here:

CeVeI8c.png

 

If you like I can show you, Drop me a PM if you wish. 

  • Upvote 1
Link to comment
Share on other sites

  • 0

Inside your /home/www/public/style_images/esmona/ Folder there is a file called ust.css

inside this file you will find the relevent things you need to modify, For example:

body
{
     /* Font */
     font-family: 'Helvetica Neue', Arial, Verdana, sans-serif;
     font-size: 14px;
 
     /* Text color */
     color: #bcbcbc;
 
     /* Remove the background color to make it transparent */
     background-color: #1a1a1a;
}

To:

body
{
     /* Font */
     font-family: 'Helvetica Neue', Arial, Verdana, sans-serif;
     font-size: 14px;
 
     /* Text color */
     color: #000;
 
     /* Remove the background color to make it transparent */
     background-color: #fff;
}

 

you can download the whole file here

 

Which will give the following: 

VyCQcpe.png

E724sIZ.png

  • Upvote 1
Link to comment
Share on other sites

  • 0

I've installed this skin and checked, It is definitely in there, This was a brand new installation with just this single skin installed, When modified it gave the desired output above, 

rIMJGTF.png

 

The CSS for this is pulled via a Iframe as you can see in the Tree here:

CeVeI8c.png

 

If you like I can show you, Drop me a PM if you wish. 

Got cha' ! It was mixed in between some icons. Thanks a lot, there are few more issues I got which I wish to ask you. Do you have skype/gtalk? (I cant use PM yet ). You have been swift in helping.

Link to comment
Share on other sites

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