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.