(25.09.2020, 09:38)admin Wrote: You can change any property via Custom CSS. This example will set second level header background color to red:
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.
Hi, thanks for the tip. Is it possible to give some more options like changing background and font colour through RGB code? Also, how to make fonts bold. And finally same things for 1st level... (As you can see I don' t have knowledge of CSS...)
Thank you in advance!