TinyMCE default font color (BO)
TinyMCE default font color (BO)
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
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)
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
Ronny
Re: TinyMCE default font color (BO)
Ok thanks in advanced
Re: TinyMCE default font color (BO)
theme_advanced_text_colors : "84b818,90d1df" in the advanced tab
Ronny
Ronny
Re: TinyMCE default font color (BO)
hmm die zie ik niet enig idee ??RonnyK wrote: theme_advanced_text_colors : "84b818,90d1df" in the advanced tab
Re: TinyMCE default font color (BO)
Just put
color: red;
in the body-area of your stylesheet... Tiny will by default take that color then.
Ronny
color: red;
in the body-area of your stylesheet... Tiny will by default take that color then.
Ronny
Re: TinyMCE default font color (BO)
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
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)
what do you mean with "bo editor"?
Ronny
Ronny
Re: TinyMCE default font color (BO)
Tinymce in the Admin area
Re: TinyMCE default font color (BO)
ok.... that is odd.... When I put font: red; in the body, it does show as red by default.
Ronny
Ronny
Re: TinyMCE default font color (BO)
nope that still doesnt work
btw im using latest cmsms version (Poya)
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;
}Re: TinyMCE default font color (BO)
Sorry I meant,
color:
btw, latest is Version 1.6.6 - Bonde
Ronny
color:
btw, latest is Version 1.6.6 - Bonde
Ronny
Re: TinyMCE default font color (BO)
well that strange enough aint working
Regards Djunity
Regards Djunity
Re: TinyMCE default font color (BO)
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}
body {color:#FFF}
Re: TinyMCE default font color (BO)
Allready done that but no resultDr. 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}
Regards Djunity



