- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2017 08:13 AM
Hi Experts, our team has a Service Portal with a theme and header. We want to hide the header from a particular landing page, but appear as it should on all the other pages within the portal. I know there's a condition field where we can hide menu items ( i.e. ng-if="$sp.getParameter('id')!='this-page'"), but is there a way to hide the ENTIRE header on a particular page?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 01:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 01:37 AM
Hi,
Add
header{
display: none;
}
to the page specific css on the page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 03:40 AM
Hello Davilu,
Can you send an example of how to hide one specific menu item in the header menu?