AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] Change Font Style

2 Posts
2 Users
0 Reactions
2,788 Views
Posts: 1
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@thoughtfeed)
New Member
Joined: 7 years ago
[#7243]

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: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 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 ass well and press (twice) CTRL+F5 on forum frontend.


Share: