Notifications
Clear all

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.

 

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

5 Posts
3 Users
0 Reactions
3,189 Views
Posts: 2
Topic starter
(@randy157)
New Member
Joined: 9 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 9 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: 8 years ago

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

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

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