# Dashboard 2.0 : change top bar color on mobile?

**URL:** https://discourse.nodered.org/t/dashboard-2-0-change-top-bar-color-on-mobile/98322
**Category:** Dashboard
**Tags:** dashboard-2
**Created:** [25 July 2025 20:36 UTC](https://discourse.nodered.org/t/dashboard-2-0-change-top-bar-color-on-mobile/98322 "2025-07-25T20:36:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Altharion](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/altharion/32/102270_2.png) [@Altharion](https://discourse.nodered.org/u/Altharion)
#### Post date: [25 July 2025 20:36 UTC](https://discourse.nodered.org/t/dashboard-2-0-change-top-bar-color-on-mobile/98322/1 "2025-07-25T20:36:39Z")

</div>

Hi,

I'm trying to change this in Dashboard 2.0. I tried adding \<meta name="theme-color" ...\> to a global template (widget UI-scoped, as it usually works) but it has no effect.

It's probably because Dashboard 2.0 already sets it :

```auto
<!-- Auto light and dark mode switching of status bar -->
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#111">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">

```

How could I change or overwrite that ?

Thanks a lot

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [24 August 2025 20:37 UTC](https://discourse.nodered.org/t/dashboard-2-0-change-top-bar-color-on-mobile/98322/2 "2025-08-24T20:37:35Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
