@honeybear this should help you.
https://community.nodebb.org/topic/15523/enable-subcategory-description-in-main-page
PS: If you use Theme Persona. You have Settings under ACP -> Plugins -> Theme Persona
3424FFCF-1283-4038-BE4F-8F54E0617F36.jpeg
I want to edit my theme and customize it, but in order to do so you have to restart the forum every time you make a change, which makes it extremely hard to visualize and work on it.
If you just add custom css on top through the admin panel, it automatically saves and updates the page in a few seconds. But with a custom theme it takes like 30 seconds at least for every change, which is terrible for development.
Please tell me there's some method I can use to visualize my theme changes faster.
We recommend you use front grunt which will rebuild only the assets that changed and restart automatically.
https://community.nodebb.org/post/82007
You can also use your browser developer tools to apply new CSS styles or modify existing ones, though you'll still need to persist those changes into code manually.