Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Forums Page Title, Forums Group Title, and Buttons need to be larger and bold.

2 Posts
2 Users
0 Reactions
1,530 Views
Posts: 13
Topic starter
(@thephysicist)
Eminent Member
Joined: 4 years ago

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.

Topic Tags
1 Reply
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 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;
}