New status page with “Custom CSS” design setting

Newer status pages have a “Custom CSS” setting directly in the Design page. In this case you can add your CSS directly, without the need to <style></style> tags.

Design recipes

The following are some recipes (CSS examples) for commonly asked design customizations.

Hide the past incidents section and link

.past-incidents, .previous-incidents { display: none !important }

Hide the uptime percentage from your Uptime Graphs

.uptime { display: none }