Notifications
Clear all

wpForo 1.x.x [Closed] Recent Topics Widget

2 Posts
2 Users
0 Reactions
1,901 Views
Posts: 3
Topic starter
(@jmellors)
Active Member
Joined: 8 years ago

Hi,

Is it possible to increase the text size of the recent topics widget? It looks a little small in my sidebar, that is all (www.omggay.com).

Regards,

Joseph

1 Reply
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi jmellors,

try this CSS code, put it in Forums > Settings > Styles > Custom CSS Code textarea, then delete all cahces and do CTRL+F5 on forum front-end:

#wpf-widget-recent-replies .wpforo-list-item-right p.posttitle {
    font-size: 16px!important;
    line-height: 24px!important;
}