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 ...
Sep 24, 2023
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
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
MichelleARC
Sep 25, 2023Copper 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?
- Sep 25, 2023Unfortunatly nothing out of the box...
- MichelleARCSep 25, 2023Copper ContributorThanks!
- MichelleARCOct 04, 2023Copper ContributorSorry - last question (I think). I read through the Github page referenced above, and before I go down a path that will leave me heartbroken, is that an option that will work for the on-prem version? I keep running into roadblocks where the option is only available for the online version.
Thank you for your response!