Notifications
Clear all

wpForo 1.x.x [Solved] Font size in reply

3 Posts
2 Users
1 Reactions
737 Views
Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 7 years ago

How can I make the font size in the reply area similar to that of the first post?

2 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @thecaptain,

Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p{
     font-size: 16px;
}
1 Reply
Alvin Patrimonio
(@thecaptain)
Joined: 7 years ago

Estimable Member
Posts: 80

@robert thank you. 😊