Notifications
Clear all

wpForo 1.x.x [Closed] How to increase the size of characters in responses in threaded mode

4 Posts
2 Users
0 Reactions
575 Views
Posts: 44
Topic starter
(@gilbau)
Trusted Member
Joined: 4 years ago

I can increase the font size of the characters for the first message but the following ones are smaller in size
the font is not black enough and bold
and I would also like to increase the font size for the forums
https://naturisme-france.com/forums/le-naturisme-2/
and topics
https://naturisme-france.com/forums/le-naturisme/

. The best would have been to have a theme like facebook which is very readable and the right font size.

3 Replies
Alvina
Posts: 1867
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @gilbau,

Please navigate to the Dashboard > Forums > Settings > Styles admin page and check the "Font Sizes" option.

Posts: 44
Topic starter
(@gilbau)
Trusted Member
Joined: 4 years ago

thanks I succeded in modify some style css elements. I wonder what css codes are taken when I modify both the 3 drop down menus for FORUM TOPIC and POSTS and also the code in the text box below. What is priority?

1 Reply
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1867

@gilbau,

If you put the code in the "Custom CSS Code" textarea and use !important statement after each argument, this code will work at first. You can simply test it.

See the example below:

p.wpforo-topic-title {
font-size: 20px !important;
}