YAFLogo

janusz
  • janusz
  • 67.6% (Friendly)
  • YAF Commander Topic Starter
11 years ago
I was able to increase the default font size in the TinyMSE editor in content.css (tiny_mce/themes/advanced/skins/default). However, when I click POST the displayed message is small, about 9-10 points. How can the displayed default font be changed?

Thanks!

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

I was able to increase the default font size in the TinyMSE editor in content.css (tiny_mce/themes/advanced/skins/default). However, when I click POST the displayed message is small, about 9-10 points. How can the displayed default font be changed?

Thanks!

Originally Posted by: janusz 

If you only use one theme in your forum and dont allow users to change the theme then add this Property to the theme.css of your theme

.yafnet .postdiv {font-size:[YOURVALUE]}

if you allow theme selecting then you could also add this to the ..\resources\css\forum.css to avoid adding it to each theme.