0

I wanna to hide SharePoint 2019 Left Navigation in Modern Team Site, like the following screen, Any one know how to config? enter image description here

user1625812
  • 187
  • 4

2 Answers2

0

Going to site settings > Navigation Elements > Uncheck Enable Quick Launch.

enter image description here

Allen_MSFT
  • 357
  • 1
  • 4
0

You can always add an custom css file to your site and add display: none to the div you want to hide.

Mustafa Yılmaz
  • 245
  • 3
  • 12