How to change subforum style?
-
You will have to use some custom css to target that element. Keep in mind with different length category names it might not look exactly as you want.
For example using
.category-children > * { width: auto; }
Results in
Instead of the fixed 2 column layout.
-
Harmony doesn't display images for subcategories like persona does, you can achieve the same thing by changing the template file
partials/categories/item.tpl
, the diff below shows how you can remove the blue caret and replace it with the category icon/image.
Copyright © 2024 NodeBB | Contributors