Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

hiding header from a particular page in Service Portal

davilu
Mega Sage

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!

1 ACCEPTED SOLUTION

alexlwm
Giga Expert

Hi,



Add


header{


  display: none;


}



to the page specific css on the page


View solution in original post

2 REPLIES 2

alexlwm
Giga Expert

Hi,



Add


header{


  display: none;


}



to the page specific css on the page


RicardoCarvalho
Tera Contributor

Hello Davilu, 

 

Can you send an example of how to hide one specific menu item in the header menu?