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.
Jan 19, 2021 5:28 am
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
Jan 19, 2021 7:25 am
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.