Notifications
Clear all

wpForo 1.x.x [Solved] Changing text font size in Categories

4 Posts
2 Users
0 Reactions
1,258 Views
Posts: 13
Topic starter
(@sparky)
Eminent Member
Joined: 4 years ago

How/where to do I increase size of font in Categories, it's way too small. I was able to change color but not size.

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

Hi @sparky,

Please try the followings CSS code:

.wpforo-category .cat-title{
font-size: 25px !important;
}

Please note the red marked value can be changed.

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.

In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Posts: 13
Topic starter
(@sparky)
Eminent Member
Joined: 4 years ago

Perfect, thank you very much.

Is there a library/repository where I could look up other codes or just keep asking here?

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

Member
Posts: 1867

@sparky,

Is there a library/repository where I could look up other codes or just keep asking here?

Just keep asking here if you have any other questions.