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.
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.
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.
Perfect, thank you very much.
Is there a library/repository where I could look up other codes or just keep asking here?