UptimeHunt Docs
Status Pages

Branding a status page

Customize your status page's colors, logo, and hide the UptimeHunt badge — an Enterprise capability.

Branding

By default, a status page uses UptimeHunt's own brand — colors, font, and a "Powered by UptimeHunt" badge in the footer. Enterprise plans can replace all of it with their own.

Enterprise only

Custom branding is gated on the Enterprise plan. On every other plan, the Branding tab is visible but locked, with a note pointing at an upgrade.

Colors

Branding is a set of CSS color tokens applied to the whole page. Set any subset — anything you don't set falls back to the UptimeHunt default:

TokenPurposeDefault
--sp-color-bgPage backgroundUptimeHunt brand default
--sp-color-surfaceCard/panel backgroundUptimeHunt brand default
--sp-color-inkPrimary text colorUptimeHunt brand default
--sp-color-mutedSecondary text colorUptimeHunt brand default
--sp-color-accentLinks and highlightsUptimeHunt brand default
--sp-status-upOperational status color#059669
--sp-status-degradedDegraded status color#d97706
--sp-status-downDown status color#dc2626
--sp-status-maintenanceMaintenance status color#2563eb
--sp-radiusCorner roundingUptimeHunt brand default
--sp-fontFont stackUptimeHunt brand default

The status colors (up/degraded/down/maintenance) also drive the 90-day history strip on every component, so overriding them re-colors the strips too.

Set a logo URL to replace the default UptimeHunt lockup at the top of the page. This is a URL to an image you host yourself — there's no logo upload yet.

Hiding the badge

Turn on Hide UptimeHunt badge to remove the "Powered by UptimeHunt" footer link entirely.

On this page