Dec 21, 2016 7:53 pm
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
Dec 21, 2016 8:00 pm
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;
}