Notifications
Clear all

wpForo 1.x.x [Solved] Change font

2 Posts
2 Users
2 Reactions
5,303 Views
Posts: 13
Topic starter
(@abbelabben)
Eminent Member
Joined: 6 years ago

How do I change the font on the forums?

1 Reply
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi AbbeLabben,

To change a font family,Β use the following CSS code. Navigate toΒ Dashboard > Forums > Settings > Styles admin page, put it in "Custom CSS Code" textarea.Β 

#wpforo #wpforo-wrap *:not(.fa):not(.fas):not(.far):not(fab) {
    font-family: "Arial Rounded MT Std", Arial, sans-serif !important;
}

Don't forget to change the red marked color code before using.

Font size settings are located in Dashboard > Forums > Settings > Styles admin page.