Notifications
Clear all

wpForo 1.x.x [Closed] Size of fonts

2 Posts
2 Users
0 Likes
2,376 Views
Posts: 1
Topic starter
(@mateusbustamant)
New Member
Joined: 8 years ago

As almento the letters of my forum ? It's quite small .

1 Reply
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi mateusbustamant,

Try to put this css code in your active theme's style.css file:

#wpforo #wpforo-wrap{font-size: 14px;}
#wpforo #wpforo-wrap  h3 {font-size: 18px!important; font-family: "Open Sans" !important; }
#wpforo #wpforo-wrap  .wpforo-forum-info .wpforo-forum-description{ font-size: 14px; }
#wpforo #wpforo-wrap .wpforo-last-topic-title{font-size: 14px;}

Also, please leave some URL to allow us check CSS conflicts.