Forum Discussion
MichelleARC
Sep 22, 2023Copper Contributor
SharePoint link in upper left corner
We are migrating to the on-prem version of SharePoint 2019. On the site, there is a link in the upper left corner of the site that says SharePoint, that links to MySite.
β
Is it possible to update where that SharePoint link points to? Or can the SharePoint link be removed? Or even just remove the MySite app? Our organization is not using MySite at this time, and so the link is currently broken.β
9 Replies
Sort By
- Hi!
Currently the SharePoint item in the top navigation isn't configurable, so it will always be there and it will always point to SharePoint home.
As for hiding it, out of the box there isn't an solution for it but you can build a custom solution to inject CSS.
For example this one:
https://github.com/hugoabernier/react-application-injectcss/tree/master- MichelleARCCopper Contributor
Thank you for the reply! You mentioned the SharePoint item isn't configurable, but are we able to modify where it links to? Or, because it links to MySite, and we won't be using MySite, can we remove the MySite app without that affecting our SharePoint site?
- Unfortunatly nothing out of the box...