Notifications
Clear all

wpForo 1.x.x [Closed] Change Font Style

2 Posts
2 Users
0 Reactions
1,976 Views
Posts: 1
Topic starter
(@thoughtfeed)
New Member
Joined: 6 years ago

I simply want to change the font of the forum, from the default, to a specific font: "Arial Rounded MT Std".

I've looked through the replies here, none of them have worked, or been helpful beyond "look at styles".

Please can someone provide me with the CSS shortcode to change the forum font. I've tried this shortcode already, but does not work:

#wpforo #wpforo-wrap {

font-family: "Arial Rounded MT Std", Arial, sans-serif;

}

Thanks in advance for any useful CSS short-codes to change the font style.

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

Hi thoughtfeed,

Have you deleted caches before checking? The code works fine. 

A suggest you adding the !important statement, so the code should look like this:

#wpforo #wpforo-wrap {
font-family: "Arial Rounded MT Std", Arial, sans-serif !important;
}

Put the code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Then navigate to Dashboard > Forums > Dashboard admin page click on [Delete all caches] button, if you have some cache plugins delete those caches a*s well and press (twice) CTRL+F5 on forum frontend.