Oct 01, 2020 8:55 pm
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
Oct 02, 2020 11:51 am
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.
Oct 02, 2020 3:14 pm
Perfect, thank you very much.
Is there a library/repository where I could look up other codes or just keep asking here?