Posted by: Dimi - Saturday, 22 January 2011 03:31:10 |
---|
Is it possible to use/change the font and color in the default Forum editor? Or maybe I'm missing something? |
Posted by: tha_watcha - Saturday, 22 January 2011 17:57:21 |
---|
[quote=Dimi;46248]Is it possible to use/change the font and color in the default Forum editor? Or maybe I'm missing something?[/quote] Yes of course it is possible, you only need to add it to the following css propery to the theme.css of the theme you are using [code=css].yafnet .post textarea { background-color: #fff; font-size:12px; font-family:Arial; }[/code] And change it to any setting you want. |
Posted by: Dimi - Saturday, 22 January 2011 20:01:03 |
---|
[quote=tha_watcha;46275][quote=Dimi;46248]Is it possible to use/change the font and color in the default Forum editor? Or maybe I'm missing something?[/quote] Yes of course it is possible, you only need to add it to the following css propery to the theme.css of the theme you are using [code=css].yafnet .post textarea { background-color: #fff; font-size:12px; font-family:Arial; }[/code] And change it to any setting you want.[/quote] I guess we didn't understand each other. I did mean is it possible to use different colors and fonts in the editor for postings? So I could set a different font inside one text. |
Posted by: tha_watcha - Saturday, 22 January 2011 20:50:23 |
---|
[quote=Dimi;46286][quote=tha_watcha;46275][quote=Dimi;46248]Is it possible to use/change the font and color in the default Forum editor? Or maybe I'm missing something?[/quote] Yes of course it is possible, you only need to add it to the following css propery to the theme.css of the theme you are using [code=css].yafnet .post textarea { background-color: #fff; font-size:12px; font-family:Arial; }[/code] And change it to any setting you want.[/quote] I guess we didn't understand each other. I did mean is it possible to use different colors and fonts in the editor for postings? So I could set a different font inside one text.[/quote] Ah sorry you are right, I'm a little bit overworked this week. You can only change the font color and size, "Font Color: Font Size: " if you want to change the font you have to use an other editor. |