Jan 28, 2019 8:41 pm
Evening guys, i'm aware we can amend the font size for topics, threads and posts, i'm wondering can we also do this for the sub forums?
If so, how?
Cheers
2 Replies
Jan 29, 2019 7:43 am
Hi Cotty,
Use this CSS code, put it in Dashboard > Forum > Settings > Styles > "Custom CSS Code" textarea, save it, delete all caches, do CTRL+F5 n frontend.
#wpforo #wpforo-wrap .wpforo-subforum li {
font-size: 15px !important;
}
Don't forget to change the red marked code before using.
Apr 04, 2019 3:44 pm
Thank you!!