Glow CloudKit Customer portal

Header

Header replaces SharePoint's rigid grey site header with a fully branded one - your logo, colours, fonts, navigation style and background. It has two parts:

Permissions

Header needs no Microsoft Graph permissions. It uses SharePoint's own APIs as the signed-in user.

Set up

  1. Install the package (see the Install guide).
  2. On any page, edit → add the Header Designer web part to open the control panel. You can keep it on a hidden admin page; the header itself renders everywhere regardless.
  3. Design your header, then click Apply. The saved configuration is rendered site-wide by the extension.

Two ways to build a branded header

Start from a preset - they are arranged in the order we would recommend trying them.

If you are choosing between the two, compose. Positioning navigation over an image is the only part of Header that depends on coordinates rather than layout, so it is the only part that can drift when a window, a monitor or the artwork changes.

What you can configure

Apply, reset, import/export

Changes appear after you click Apply and reload. If you don't see the header, confirm the package is deployed "to all sites" and your tenant is activated.

How it loads

The header renders through Microsoft's supported SharePoint Framework extension point (the Top placeholder), which runs just after the page framework loads. On slower connections you may briefly see the default SharePoint header before the custom one applies - this is normal for every SPFx extension and is the trade-off for being fully supported and upgrade-safe rather than relying on unsupported DOM hacks that break on Microsoft updates. The app hides the native header as early as it can to keep the transition minimal; on typical connections it's imperceptible. See the FAQ for more.