Notifications
Clear all

[Solved] How to set the size and font like on this forum

3 Posts
2 Users
0 Reactions
124 Views
Posts: 12
Topic starter
(@simsim)
Active Member
Joined: 2 months ago

Hi

I want to change font and size for topics text like on wpforo:

in another topic this Qestion asked and send him a code. but it dosn't work to me.

that topic was solved, so I creat a new topic.

2 Replies
Sofy
Posts: 5478
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Try this one:

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {
     font-size: 15px;
     font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}

 

Reply
Posts: 12
Topic starter
(@simsim)
Active Member
Joined: 2 months ago

thanks.

It worked.

Reply