Notifications
Clear all

wpForo 1.x.x [Solved] Sub Forum Font size

3 Posts
2 Users
1 Likes
1,601 Views
Cotty
Posts: 23
Topic starter
(@cotty)
Eminent Member
Joined: 7 years ago

Evening guys, i'm aware we can amend the font size for topics, threads and posts, i'm wondering can we also do this for the sub forums?

If so, how?

Cheers

2 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago
Hi Cotty,
 
Use this CSS code, put it in Dashboard > Forum > Settings > Styles > "Custom CSS Code" textarea, save it, delete all caches, do CTRL+F5 n frontend. 
 
#wpforo #wpforo-wrap .wpforo-subforum li {
font-size: 15px !important;
}

Don't forget to change the red marked code before using. 

Cotty
Posts: 23
Topic starter
(@cotty)
Eminent Member
Joined: 7 years ago

Thank you!!