Hi! How to custom the documentTree Macro Themes?

I use documentTree Macro to display the pages tree. And I want to change its display style.
It is base on jstree, I know how to custom jstree themes , but doubt with docucmentTree Macro.


How to add a theme to custom documentTree Macro?
Thanks !

1 Like

You can overwrite the current CSS from the color theme, from the skin or from a Style Sheet Extension, using more specific CSS selectors.

Alternatively you can modify the tree_macros.vm Velocity template to load a different CSS.

OK! I’m doing it . Thank you very much.