# Background color change

**URL:** https://community.glideapps.com/t/background-color-change/26764
**Category:** Ask for Help
**Created:** [May 13, 2021, 4:42pm UTC](https://community.glideapps.com/t/background-color-change/26764 "2021-05-13T16:42:45Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![Mark\_Turrell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark_turrell/32/26605_2.png) [@Mark\_Turrell](https://community.glideapps.com/u/Mark_Turrell)
#### Post date: [May 14, 2021, 9:00am UTC](https://community.glideapps.com/t/background-color-change/26764/11 "2021-05-14T09:00:58Z")

</div>

To put CSS into a glide screen you need to add a Rich Text component to the screen or tab.  
In that component, you paste in the CSS code.

For instance, if I put this into a Rich Text component, the CSS will remove the top bar and the tabs at the bottom of the screen:

```auto
<pre><span><style>
[id="tabBar"]{
display: none;
}
[data-test="glide-app-bar"] :nth-child(1) {
    display: none;

}
#app-root div[opacity='1'] {
  color: transparent; 
}

```

---

_[View the full topic](https://community.glideapps.com/t/background-color-change/26764)._
