Notifications
Clear all

wpForo 1.x.x [Solved] How can I set by default a font size and other aspect of the posts?

6 Posts
3 Users
0 Likes
1,294 Views
Posts: 12
Topic starter
(@maltrain)
Eminent Member
Joined: 5 years ago

Hi. Well, I can't change the default font size of the posts on my forum (12px). I've tried on "Styles" but nothing.

I'd like to increase the font size to 14px and align to "justify" all the topics by default.

Is that possible.

I haven't found either how to change the font size in other sections of the forum...

If you can help me, thanks in advance.

5 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @maltrain,

As far as I see the problem with font size is already solved, isn't it? 

To align the items at the center of the content, add the following CSS code in "Custom CDS code" textarea:

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {
text-align: justify !important;
}
2 Replies
(@maltrain)
Joined: 5 years ago

Eminent Member
Posts: 12

Hi. No, my forum still have a 12px fontsize by default and I want to increase that to 14x.

Is there a way?

Thanks in advance.

(@maltrain)
Joined: 5 years ago

Eminent Member
Posts: 12

By the way... the "justify" code worked PERFECT. Thanks.

Still looking for an adjustment for default size thing... 😛

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

@maltrain,

Your forum posts font-size is 16px. You should manage it in Dashboard > Forums > Settings > Styles admin page. After changing font-sizes you should delete all caches and press Ctrl+F5 on forum front-end twice to reset browser cache.

1 Reply
(@maltrain)
Joined: 5 years ago

Eminent Member
Posts: 12

Thanks! It worked for me.

🤗