Hello,
I’m working with Oracle APEX and trying to customize the navigation menu. Specifically, I would like to:
- Change the default appearance of the navigation so that the menu items display headings and subheadings (Child).
- Make sure the subheadings are clickable, and the headings are non-clickable but bold.
- Ensure that none of the items (headings or subheadings) are hidden. By default, all items should be visible upon page load (no collapsing of child elements).
I’m currently using the default APEX navigation template but would like to customize it so that:
- The navigation menu contains bold headings (non-clickable).
- The subheadings are clickable, and the child items under each subheading are visible by default (no hidden elements).
- The tree structure is set up such that all nodes are expanded on page load, without requiring interaction to reveal them.
Could you please guide me on how to modify the APEX Navigation Template to implement this? Any assistance with CSS or JavaScript changes to make the subheadings visible by default and ensure they remain clickable would be greatly appreciated!
Thanks in advance for your help!