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] Changing text font size in Categories

4 Posts
2 Users
0 Reactions
1,613 Views
Posts: 13
Topic starter
(@sparky)
Eminent Member
Joined: 5 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: 1861
Moderator
(@alvina)
Member
Joined: 6 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: 5 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: 6 years ago

Member
Posts: 1861

@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.