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] Forums Page Title, Forums Group Title, and Buttons need to be larger and bold.

2 Posts
2 Users
0 Reactions
2,015 Views
Posts: 13
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
(@thephysicist)
Eminent Member
Joined: 5 years ago
[#27039]

Hello. How do I make the Forums Page Title, forums group Title, and Buttons larger and bold?

Attaching a screenshot with marks on the elements that I need to be bigger and bolder.

Thanks.

Screenshot 25
The page I need help with
wpForo Version
2.1.1
WordPress Version
6.1.1

Topic Tags
1 Reply
Chris
Posts: 3610
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
(@chris)
Famed Member
Joined: 5 years ago

Hi @thephysicist,

Insert the below CSS Code in Custom CSS Code field from Dashboard > wpForo > Settings > Colors & Styles Settings: 

You can change the font size by changing the numbers

#wpforo #wpforo-wrap #wpforo-title{
    font-size: 25px;
    font-weight: bold;
}
#wpforo #wpforo-wrap .wpfl-3 .cat-title{
    font-size: 25px;
    font-weight: bold;
}
#wpforo #wpforo-wrap .wpfl-3 .wpf-button{
    font-size: 20px;
    font-weight: bold;
}

Share: