Notifications
Clear all

[Solved] Can't change topic font size

3 Posts
2 Users
1 Likes
319 Views
Posts: 4
 Sina
Topic starter
(@sina)
Active Member
Joined: 1 year ago

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
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

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;
}
1 Reply
 Sina
(@sina)
Joined: 1 year ago

Active Member
Posts: 4

@chris both worked like a charm! Thanks a million, you're a life-saver.