Notifications
Clear all

wpForo 1.x.x [Closed] Change Main Forum Titles Font Size & Make Bold

2 Posts
2 Users
1 Reactions
1,164 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: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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.