Page 1 of 2

TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 11:13 am
by Djunity
Hi all,

I want to change the default font color of TinyMCE in the backoffice changed, by default it is black i have looked every where but unable to find out where i can change it.

anyone have an idea where to find it ??

Regards Djunity

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 2:12 pm
by RonnyK
I will reply later from home. Dont have access to the code from here. There is a single line that you can add to TinyMCEs advanced tab.

Ronny

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 5:32 pm
by Djunity
Ok thanks in advanced

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 5:52 pm
by RonnyK
theme_advanced_text_colors : "84b818,90d1df" in the advanced tab

Ronny

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 6:00 pm
by Djunity
RonnyK wrote: theme_advanced_text_colors : "84b818,90d1df" in the advanced tab
hmm die zie ik niet enig idee ??

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 6:34 pm
by RonnyK
Just put

color: red;

in the body-area of your stylesheet... Tiny will by default take that color then.

Ronny

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 8:13 pm
by Djunity
hmm doesn't work this is the body css

body {
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75.01%;
  line-height: 1em;
  color:#ffffff;
}
but in the bo editor its still black

Regards Djunity

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 8:18 pm
by RonnyK
what do you mean with "bo editor"?

Ronny

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 8:22 pm
by Djunity
Tinymce in the Admin area

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 8:30 pm
by RonnyK
ok.... that is odd.... When I put font: red; in the body, it does show as red by default.

Ronny

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 8:39 pm
by Djunity
nope that still doesnt work

Code: Select all

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   color:#ffffff;
   font: red;
}
btw im using latest cmsms version (Poya)

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 8:46 pm
by RonnyK
Sorry I meant,

color:

btw, latest is Version 1.6.6 - Bonde

Ronny

Re: TinyMCE default font color (BO)

Posted: Mon Oct 12, 2009 8:53 pm
by Djunity
well that strange enough aint working

Regards Djunity

Re: TinyMCE default font color (BO)

Posted: Tue Oct 27, 2009 6:55 pm
by Dr.CSS
In tiny admin on last tab advanced is a css box called Body tag CSS: you can do it here, you may have to do...

body {color:#FFF}

Re: TinyMCE default font color (BO)

Posted: Mon Nov 02, 2009 12:11 pm
by Djunity
Dr. CSS wrote: In tiny admin on last tab advanced is a css box called Body tag CSS: you can do it here, you may have to do...

body {color:#FFF}
Allready done that but no result

Regards Djunity