Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
1 Reactions
972 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: 10616
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. 😊