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] Change Main Forum Titles Font Size & Make Bold

2 Posts
2 Users
1 Reactions
1,386 Views
WiYa3D
Posts: 31
Topic starter
(@wiya3d)
Trusted Member
Joined: 5 years ago

Hi,

This time I just want to make large the font size and make bold for title of main forum.

Please help me how to archive that?

 

1 Reply
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @rapid3dme,

Use the CSS code below:

#wpforo #wpforo-wrap .wpforo-category div {
font-size: 16px !important;
font-weight: bold;
}

The red marked value can be changed as you like. 

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.