# Change the Undismissable Notice Color

**URL:** https://meta.discourse.org/t/change-the-undismissable-notice-color/126110
**Category:** Support
**Created:** [18 augustus 2019 om 15:59 UTC](https://meta.discourse.org/t/change-the-undismissable-notice-color/126110 "2019-08-18T15:59:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![PaigeLynn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paigelynn/32/151098_2.png) [@PaigeLynn](https://meta.discourse.org/u/PaigeLynn)
#### Post date: [18 augustus 2019 om 15:59 UTC](https://meta.discourse.org/t/change-the-undismissable-notice-color/126110/1 "2019-08-18T15:59:16Z")

</div>

So I’m using our Undismissable notice as a status update so NO ISSUES TO REPORT OR AN ISSUE HSS BEEN REPORTED. How can I change the default blue to say green on no issues and red when I need to

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [20 augustus 2019 om 06:23 UTC](https://meta.discourse.org/t/change-the-undismissable-notice-color/126110/2 "2019-08-20T06:23:28Z")

</div>

Create a theme component with the following common CSS:

```
.alert.alert-info {
    background-color: #ffffff; //replace this with desired color code.
}

```

Then Simply add it to your active theme.

---

<div class="post-metadata">

### Author: ![PaigeLynn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paigelynn/32/151098_2.png) [@PaigeLynn](https://meta.discourse.org/u/PaigeLynn)
#### Post date: [20 augustus 2019 om 06:24 UTC](https://meta.discourse.org/t/change-the-undismissable-notice-color/126110/3 "2019-08-20T06:24:20Z")

</div>

Thanks for this we ended up going with the Versitile Banner App for our Notice Now High Level of Customization 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [19 september 2019 om 06:24 UTC](https://meta.discourse.org/t/change-the-undismissable-notice-color/126110/4 "2019-09-19T06:24:21Z")

</div>

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