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] Recent Topics Widget

2 Posts
2 Users
0 Reactions
2,112 Views
Posts: 3
Topic starter
(@jmellors)
Active Member
Joined: 9 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: 10616
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;
}