25.09.2020, 09:38
You can change any property via Custom CSS. This example will set second level header background color to red:
Expand/collapse can be done via Custom JS but there are no ready-made examples for this.
Code:
.level.level-1 .a {
background: red !important;
}
Expand/collapse can be done via Custom JS but there are no ready-made examples for this.