
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2022 06:33 PM - edited ‎11-20-2022 06:43 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2022 02:35 AM
Hi @Ha Le ,
If you don't want to remove the header from the whole portal itself, then you can create a widget with below client-side JavaScript and add it to this particular portal page and it should work. Not a perfect solution though.
Note: Test before implementing
document.getElementsByTagName('nav')[0].style.display = "none";
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Regards,
Parv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2022 02:14 AM
Hi,
You can remove Header from the theme record that is being used by your portal.
Caution: This will remove header from all the portals that are using that theme.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2022 02:35 AM
Hi @Ha Le ,
If you don't want to remove the header from the whole portal itself, then you can create a widget with below client-side JavaScript and add it to this particular portal page and it should work. Not a perfect solution though.
Note: Test before implementing
document.getElementsByTagName('nav')[0].style.display = "none";
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Regards,
Parv