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.
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.