YAFLogo

Dimi
  • Dimi
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
Is it possible to use/change the font and color in the default Forum editor? Or maybe I'm missing something?
Dimi

UserPostedImage

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
14 years ago

Is it possible to use/change the font and color in the default Forum editor? Or maybe I'm missing something?

Originally Posted by: Dimi 

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

.yafnet .post textarea {
	background-color: #fff;
        font-size:12px;
	font-family:Arial;
}

And change it to any setting you want.

Dimi
  • Dimi
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago

Is it possible to use/change the font and color in the default Forum editor? Or maybe I'm missing something?

Originally Posted by: tha_watcha 

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

.yafnet .post textarea {
	background-color: #fff;
        font-size:12px;
	font-family:Arial;
}

And change it to any setting you want.

Originally Posted by: Dimi 

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.


Dimi

UserPostedImage

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
14 years ago

Is it possible to use/change the font and color in the default Forum editor? Or maybe I'm missing something?

Originally Posted by: Dimi 

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

.yafnet .post textarea {
	background-color: #fff;
        font-size:12px;
	font-family:Arial;
}

And change it to any setting you want.

Originally Posted by: tha_watcha 

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.

Originally Posted by: Dimi 

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.