Notifications
Clear all

Style [Solved] How to increase icon&font size of subforums (threaded layout)

3 Posts
2 Users
2 Reactions
453 Views
JorgeW
Posts: 105
Topic starter
(@jorgew)
Estimable Member
Joined: 6 years ago

Hi everyone,

Hay can I increase the font size (and its icon) of the subforums in the "threaded" layout?

(see attached image of this forum as an example)

 

Thanks

2 Replies
Tutrix
Posts: 1445
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @jorgew

add this to custom css (example for 16px)

#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item, #wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item i{font-size: 16px; align-items:center;}

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

1 Reply
JorgeW
(@jorgew)
Joined: 6 years ago

Estimable Member
Posts: 105

@tutrix, thanks for the code, works just I needed.