XF 1.2 Change Default Font For Site

ViciousGnome

Active member
Hello, and thank you for trying to assist me. Two questions actually:
  1. How can I change the default font for my forums?
  2. How can I change the font of my signature here at XenForo's forums?
Thanks for any assistance! ;)
 
There are various fonts in Style Properties.

The main one is General -> Body.

There are signature restrictions in place here so you can't.
 
Code:
.navigationSideBar .primaryContent {
    font-size: 11px !important;
}

Code:
.Menu {
    font-size: 11px !important;
}

Change the pixels to suit.

There may be style properties for these, but I can't remember them off the top of my head.
 
My 2 cents: the setting for "main font" (I assume you are talking about the text of the forum posts) is not under General > Body, but in Message elements > Message text.
 

Attachments

  • Captura de pantalla 2015-05-05 a las 16.41.11.webp
    Captura de pantalla 2015-05-05 a las 16.41.11.webp
    67.8 KB · Views: 24
Top Bottom