# Change background color of group

**URL:** https://discourse.nodered.org/t/change-background-color-of-group/10878
**Category:** Dashboard
**Created:** [7 May 2019 08:42 UTC](https://discourse.nodered.org/t/change-background-color-of-group/10878 "2019-05-07T08:42:41Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![learning](https://avatars.discourse-cdn.com/v4/letter/l/5daacb/32.png) [@learning](https://discourse.nodered.org/u/learning)
#### Post date: [22 July 2019 18:01 UTC](https://discourse.nodered.org/t/change-background-color-of-group/10878/7 "2019-07-22T18:01:28Z")

</div>

@ukmoose This is the code I am using. It is in a template node and "Added to site section" is selected

```auto
<style>
    #Small_Screen_Group_2 {
        font-size: 30px !important;
        background-color: "#FF0000" !important;
    }
</style>

```

Below is the dashboard. As you can see, the text is larger than the deault.

![Small](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/1/1cb049c444a740c2557e9e642bdf437b6c0af5df.jpeg)

---

_[View the full topic](https://discourse.nodered.org/t/change-background-color-of-group/10878)._
