Forum Discussion
ganeshsanap
Feb 26, 2021MVP
Introducing a SharePoint app bar that features global navigation
Microsoft is introducing a SharePoint app bar in SharePoint online that will feature global navigation in your SharePoint modern communication and team sites. The SharePoint app bar brings a cons...
- Mar 22, 2021
You can disable the SharePoint app bar temporarily using PowerShell until October 31, 2021.
To run the PowerShell commands you will need either Global administrator or SharePoint administrator privileges. Follow below steps:
- Download the latest version of SharePoint online PowerShell
- Then, run the following command with administrator privileges:
Set-SPOTemporarilyDisableAppBar $true
Please Like if you found my reply helpful in any way!
mattchowell
Jul 13, 2021Iron Contributor
I've turned it "off" globally - because it's too intrusive for something of such limited value - by using our custom stylesheet injected with an SPFx extension. You could try that option and target the sites you want to hide it on.
jfranz
Jul 13, 2021Brass Contributor
Yeah I think this is the way to go. I already have this on another site where I wanted to hide things via css. It's such a pain to have to go around something that was already working for us smoothly. Thanks for the suggestion Matt.