@eveh sorry 🤭
Try this
body { font-size: 2rem !important; }How can I increase overall font size of the default theme? Or at least the content of the posts?
Thanks for helping me out.
I just installed NodeBB and I am loving it.
Go to your admin screen and there click on appearance and Custom Content (HTML/JS/CSS)
and there use this:
body {
font-size: 14px;
}
Change the number 14 to 15, 16 17 or 18 to make the font size bigger