Notifications
Clear all

wpForo 1.x.x [Closed] How do I change the font size in the recent posts/topics sidebar widgets?

5 Posts
3 Users
0 Likes
2,532 Views
Posts: 2
Topic starter
(@randy157)
New Member
Joined: 7 years ago

I can't seem to find either the config or css to allow me to increase the font size, change color, etc. on the sidebar widgets, specifically recent posts and recent topics.

 

Thanks in advance!

4 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

There are such options in Dashboard > Forums > Settings > Styles admin page. But the font size options are not related to widgets. Here is widget font size CSS code:

.wpforo-list-item p.posttitle{font-size:16px !important}
.wpforo-list-item p.posttext{font-size:14px !important;}
Posts: 2
Topic starter
(@randy157)
New Member
Joined: 7 years ago

Thank you very much.

To help me "self-service" and make additional tweaks, what CSS file has the default code?

Posts: 4
(@kaydev)
Active Member
Joined: 7 years ago

Changing this CSS doesn't work for the sidebar widget:

.wpforo-list-item p.posttext{font-size:14px !important;}
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

make sure, you've deleted all caches and do Ctrl+F5 on forum front. For farther help please leave forum URL.