Forum Discussion

simonforsyth's avatar
simonforsyth
Copper Contributor
May 11, 2023

Change top level Sharepoint link

Hi Everyone,

Quick question, how do I change the link for the top level navigation bar in Sharepoint ?

 

thanks in advance !

Simon

2 Replies

  • simonforsyth You maybe able do it by injecting custom JavaScript to change the URL on page load with the help of SPFx application customizer for modern experience pages.

     

    Note:

    1. DOM manipulation & CSS customizations are not recommended by Microsoft and some of your customization may break if Microsoft changes HTML element id/classes in new release updates.
    2. This solution may not work for old classic pages / application pages. For example: site settings page.

    Check these threads for more information:

    1. How can I include the same JS and CSS files on multiple SharePoint Modern Page? 
    2. Hiding Office 365 Ribbon in SharePoint 

    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

  • simonforsyth Unfortunately, currently there is no SharePoint out of the box settings available to change the link of SharePoint label at the top level site of pages.


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.