Feb 14, 2023 9:51 pm
Hi there,
I can't change the forum topic font size. The forum font size can be changed easily using either the settings or custom css and it works just fine, but the font size for main topics can't be changed neither through the settings nor with css. Please have a look at the screenshot attached.
Also, is there a way to remove the words 'Recent Posts' from under forums? Just the wording of it, the arrow is fine. Please have a look at the screenshot.
Any help is much appreciated. Thanks
2 Replies
Feb 15, 2023 8:50 am
Hi @sina,
Please Navigate to Dashboard > wpForo > Settings > Colors & Styles Tab, insert the below CSS Code in Custom CSS Code Field:
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-footer span{ display: none; } #wpforo #wpforo-wrap .wpfl-1 .cat-title { font-size: 19px; }