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_THEMEHere are the options you have for the theme:
defaultmodernmodern-v2side-by-sidetv-modestatus-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