Oct 19, 2018 9:48 pm
How do I change the font on the forums?
1 Reply
Oct 20, 2018 9:02 am
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.