Notifications
Clear all

wpForo 1.x.x [Solved] Set text size of forum

2 Posts
2 Users
0 Likes
434 Views
Posts: 9
Topic starter
(@kangarooooo)
Active Member
Joined: 4 years ago

Hello, I want to know, if there is any possibility to change the text size with css code.
I added a screenshot, where you can see what I want to change.

 

Thanks

1 Reply
Tutrix
Posts: 1247
(@tutrix)
Noble Member
Joined: 4 years ago

@kangarooooo

add this CSS Code to > Custom CSS Code

Dashboard > Forums > Settings > Style Tab > Custom CSS Code

#wpforo #wpforo-wrap .wpfl-2 .cat-title {
font-size: 14px;
}
#wpforo #wpforo-wrap .wpfl-2 .cat-lastpostinfo {
font-size: 13px;
}

and change the red marked code to the size you want.