❓️ Why hide SharePoint quick launch ?
Modern SharePoint templates like Communication Sites use navigation menu and give more wider page width allowing you to display more content on the page. It does not provide the left navigation links.
You can even hide the quick launch on Teams Sites by unselecting it from the Navigation settings.
⛏️ How to hide quick launch in Modern SharePoint site ?
- Navigate to SharePoint Modern site.
- Click Settings.
- Click Site Information.
- Click View all site settings.
- Under Look and Feel, click Navigation Elements.
- Click OK.
- Uncheck Enable Quick Launch.
Hide SharePoint Modern site Quick Launch.PNG
⛏️ How to hide quick launch in Classic SharePoint site ?
Add Content/Script Editor web part on the page and add script to hide the HTML DIV element. Add display:none.<style type="text/css">
#spLeftNav {display: none}
</style>
spLeftNav = respective navigation main div element.
More Posts related to SharePoint,
- SharePoint An unexpected error has occurred - Correlation ID and Merge-SPlogfile
- SharePoint list excel import error - Title is a required filed and can't be empty
- Send Email with attachment using SharePoint PowerShell, SMTP server
- Sharepoint errors were found when compiling the workflow
- How to update SharePoint List Item programmatically
- Merge-SPlogfile PowerShell - SharePoint Correlation ID error
- Get-ADUser PowerShell - Get AD user details using email address
- Restore deleted Office 365 SharePoint group site
- [Solved] SharePoint Access Denied error editing Document Name
- How to migrate SharePoint Designer 2010 workflow to Power Automate FLOW (Microsoft Office 365)
More Posts:
- [Solved] Notepad++ Menu Bar Missing - NotepadPlusPlus
- Copy all .vcf Mobile Contacts files into one .vcf - HowTos
- Add blank lines after each lines using Notepad++ text editor - NotepadPlusPlus
- How to set background color for android layout pragmatically using java and through xml - Android
- Share or Send SMS via Android Intent - Android
- Android Emulator window was out of view and was recentered - Android-Studio
- Multiline EditText in Android Example - Android
- Right Align Text in Bootstrap framework - Bootstrap
- SharePoint 2016 error - Could not find file ManageUserProfileServiceApplicationTenantSimplified.xml - SharePoint
- Division between two numbers - C-Program
- How to send email from JavaScript HTML using mailto - JavaScript
- Android Emulator 5.1.1 not loading on Mac OS X Android Studio - Android-Studio
- How to remove disable google search blue triangle - Google
- How to update Android Studio - Android-Studio
- Add Buttons at the bottom of Android Layout xml file - Android