Forum Discussion
Can you remove the SharePoint App Bar for Users
- Mar 01, 2024
GibrielSpiteri Unfortunately, window to remove the SharePoint App bar temporarily is closed now. Check: Introducing a SharePoint app bar that features global navigation
So, you cannot remove/hide it using the Microsoft supported/recommended ways.
However, you can develop a SPFx application customizer and hide it using custom CSS. Check:
- How to disable app bar on SharePoint online modern site
- How can I include the same JS and CSS files on multiple SharePoint Modern Page?
- How to hide the left app navigation bar in SharePoint using PowerShell?
Note: DOM manipulation & CSS customizations are not recommended by Microsoft and some of your customizations may break if Microsoft changes HTML element id/classes in new release updates.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
GibrielSpiteri Unfortunately, window to remove the SharePoint App bar temporarily is closed now. Check: Introducing a SharePoint app bar that features global navigation
So, you cannot remove/hide it using the Microsoft supported/recommended ways.
However, you can develop a SPFx application customizer and hide it using custom CSS. Check:
- How to disable app bar on SharePoint online modern site
- How can I include the same JS and CSS files on multiple SharePoint Modern Page?
- How to hide the left app navigation bar in SharePoint using PowerShell?
Note: DOM manipulation & CSS customizations are not recommended by Microsoft and some of your customizations may break if Microsoft changes HTML element id/classes in new release updates.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.