Notifications
Clear all

wpForo 1.x.x [Closed] Increase topic description size

4 Posts
3 Users
1 Likes
1,143 Views
Posts: 2
Topic starter
(@byugirl)
New Member
Joined: 4 years ago

I’m trying to increase the description size. It’s so tiny right now. I read other posts but it hasn’t worked.

3 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 4 years ago

Hi @byugirl

Sorry for the late response.

Please leave the screenshot where exactly you want to increase size.

Also please leave your forum URL.

Posts: 2
Topic starter
(@byugirl)
New Member
Joined: 4 years ago
1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10499

@byugirl

Put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it and delete all caches:

#wpforo #wpforo-wrap {
     padding: 10px 2%!important;;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon {
    width: 9%!important;;
    font-size: 1.6em!important;;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-description {
    font-size: 17px!important;;
    padding: 0!important;;
    line-height: 20px!important;;
}