When structuring a modern intranet, establishing clear navigation paths is essential for keeping users oriented. A common requirement for administrators is figuring out exactly link a SharePoint Site Logo to the Hub Site. By design, modern SharePoint restricts the primary site logo so that clicking it always directs users to the homepage of that specific local site. To route users back to the overarching hub, Microsoft relies on the centralized Hub Navigation bar that appears above the local site header. Resolving this navigation goal requires correctly registering the hub, associating the child sites, and uploading a dedicated hub logo that acts as the universal return link.
Registering and Configuring the Hub Site

To enable the overarching navigation logo, you must first designate your primary site as a hub. If you are working to Link a SharePoint Site Logo to the Hub Site, this foundational step ensures the global navigation bar is broadcasted to all connected sites.
- Sign in to the SharePoint admin center using an account with administrator privileges.
- Navigate to the left-hand menu, expand the Sites dropdown, and click on Active sites.
- Select the site you want to serve as the main hub by clicking the circle next to its name.
- Click the Hub site dropdown on the top command bar and select Register as hub site.
- In the configuration panel, assign a display name for the hub and specify the users or security groups authorized to associate other sites with this hub. Click Save.
- Navigate to the newly registered hub site URL in your browser.
- Click the Settings gear icon in the top right corner and select Hub site settings.
- Click Upload under the Logo section, select your desired hub image (preferably a transparent PNG sized at 64x64 pixels), and click Save.
The expected result is a new global navigation bar appearing at the very top of your hub site, displaying the uploaded logo. Clicking this specific logo will now perpetually link back to this hub homepage.
Associating Child Sites to Inherit the Hub Link
Once the hub is established, you must connect your peripheral sites to it. When executing the workflow for link a SharePoint Site Logo to the Hub Site, associating the site forces the global hub navigation bar to inject itself above the local site's header.
- Navigate to the child site that you want to connect to the hub.
- Click the Settings gear icon in the top right corner of the screen.
- Select Site information from the settings menu.
- Locate the Hub site association dropdown menu.
- Select the name of the hub site you registered in the previous section.
- Click Save at the bottom of the pane.
Refresh the child site. You will verify the connection by looking at the top of the browser window. The Hub Navigation bar will now be visible above the local site's header. Users can click the local site logo to return to the child site's homepage, or click the newly inherited hub logo at the very top to instantly navigate back to the main hub site.
Alternative: Overriding Local Logos via SPFx Extension
If your organizational requirements strictly demand that the local site logo itself must redirect to the hub—rather than relying on the top hub navigation bar—you cannot use out-of-the-box settings. Administrators looking for link a SharePoint Site Logo to the Hub Site through a direct override must use a SharePoint Framework (SPFx) Application Customizer.
This method involves writing custom JavaScript or TypeScript to interact with the page Document Object Model (DOM). By targeting the CSS class of the site logo container, developers can inject an event listener that intercepts the default click behavior and redirects the browser URL to the hub site URL. Once the SPFx package is compiled, you must upload it to your tenant's App Catalog and deploy it globally or to specific site collections. Because Microsoft frequently updates the DOM structure of modern SharePoint, this method requires ongoing maintenance to ensure the custom script does not break when class names change.
Managing Intranet Documents with WPS Office

Building a logical hub architecture ensures users can find the files they need, but you also need robust tools to author and manage those documents. Once you have finalized link a SharePoint Site Logo to the Hub Site and established your navigation, users will rely on productivity software to populate your document libraries. WPS Office provides a streamlined suite that integrates smoothly into corporate environments.
If your organization stores localized policies, financial spreadsheets, or presentation decks in SharePoint, users can sync these libraries to their local machines via OneDrive. WPS Office opens these synced Word, Excel, and PowerPoint files natively, allowing for rapid offline editing. Furthermore, WPS Office features a powerful built-in PDF toolkit. Intranet administrators frequently need to convert official announcements or employee handbooks into uneditable PDFs before publishing them to the hub site. Using WPS Office, you can author a document, use the native PDF export function to lock the formatting, and save it directly into the synced SharePoint directory. The suite operates with a low resource footprint, making it highly effective for users on older hardware who still need to contribute to modern SharePoint environments.
FAQs
Why does clicking the site logo take me to the local homepage instead of the hub?
Modern SharePoint architecture strictly separates the local site identity from the hub identity. The primary logo situated in the site header is hardcoded to route users to the homepage of the current site collection. The hub architecture introduces a secondary navigation bar above this header, which contains the dedicated hub logo meant for global navigation.
Can I use PnP PowerShell to change the primary site logo URL?
No. While PnP PowerShell allows you to update the image file used for the site logo using the Set-PnPWeb -SiteLogoUrl command, it does not permit you to alter the destination hyperlink of that logo. The hyperlink behavior is locked by Microsoft's modern UI framework and cannot be modified via PowerShell scripting.
How long does it take for the hub navigation bar to appear after association?
In most instances, the hub navigation bar and its associated logo will appear on the child site immediately after you save the site information settings and refresh the page. However, SharePoint relies on backend caching. If the hub logo does not appear, wait up to 15 minutes, clear your browser cache, or open the child site in a private browsing window to verify the update.
Can I remove the local site logo to force users to click the hub logo?
SharePoint does not provide a native toggle to completely hide or remove the local site logo from the header. If you do not upload a custom local logo, SharePoint will display a default placeholder image featuring the site's initials. To ensure users navigate correctly, the best practice is to educate your workforce to use the overarching hub navigation bar for returning to the central intranet homepage.




