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.
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;
}