Forum Discussion
Anonymous
Nov 20, 2018Hub site navigation not displaying updated site name
We created a SharePoint communication site and later made it a Hub site. The site is also renamed from "Admin" to "Staff Hub". However, in the Hub navigation, it still says "Admin". It appears in all of the associated sites as well.
Is there anywhere else I need to change for the navigation to display properly?
- Yes. The actual hub itself has a name it’s not based off the name of the root site. Use set-spohubsite and you can update the name.
https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/set-spohubsite?view=sharepoint-ps
2 Replies
Sort By
- Yes. The actual hub itself has a name it’s not based off the name of the root site. Use set-spohubsite and you can update the name.
https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/set-spohubsite?view=sharepoint-ps- Anonymous
Thank you very much! That also explained why the logo looks different as well.