How to override a theme in a Status Page

Sometimes you have a status page with a specific theme prepared for your customers and team, but then you also want to put it on a TV.

You can override the theme you set up in your status page by passing a theme param in the URL.

https://status.company.com/?theme=OVERRIDE_THEME

Here are the options you have for the theme:

  • default

  • modern

  • modern-v2

  • side-by-side

  • tv-mode

  • status-page-classic

You need to change the value of OVERRIDE_THEME to one of these values.

For example https://status.company.com/?theme=tv-mode . Now, people who visit the status page through this URL will see the status page with the theme tv-mode , while the others will see it with the default theme.

Last updated