Remove child of child topics in the taxonomy menu (esc main menu) to show just Line2 topics not more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 03:27 PM
Hello,
Need to Remove child of child topics in the taxonomy menu (esc main menu) to show just Line2 topics not more. this means that when click on HR menu item - will see the categories under and not the sub categories.
how can it be done? (see the attached photo)
tried to see more documents and nothing answering this question.
thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 06:30 AM
This is controlled in the Employee Center Navigation widget, so you'd need to:
- Clone that widget
- Comment/remove code to display that level
- Update the header widget (e.g., Employee Center Header) from your portal to call your cloned widget instead of employee-center-navigation. This should be in the server script of the header widget.
- The header widget is found on the Theme of your portal record.
- If you don't already have a cloned header widget, clone that too, so you are not updating the OOB version. Then update your portal record to use your cloned header.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 06:35 AM
Hey Susan, thanks a lot i think this maybe also a solution, i did that at the end via changes to the theme under JS INCLUDES, for a new ui-script to hide 3rd level of topics. thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
@Susan Britt Thanks for the solution it helped in the correct time.