# Change theme color

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

<div class="post-metadata">

### Author: ![Rosewebstudio](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rosewebstudio/32/12261_2.png) [@Rosewebstudio](https://community.glideapps.com/u/Rosewebstudio)
#### Post date: [May 24, 2021, 5:06pm UTC](https://community.glideapps.com/t/change-theme-color/27170/4 "2021-05-24T17:06:26Z")

</div>

See the post below, you need to add rich text.

> [@Background color change](https://community.glideapps.com/t/background-color-change/26764/11):
>
> 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: \<pre\>\<span\>\<style\> [id="tabBar"]{ display: none; } [data-test="glide-app-bar"] :nth-child(1) { display: none; } #app-root div[opacity='1'] { color: transparent; }

Here is the glide documentation to enter rich text

> **[Glide Docs](https://www.glideapps.com/docs)**
>
> Welcome to Glide Docs, a steadily growing collection of articles and videos on how to use Glide. We can’t wait to see what you build!

A friendly caution, custom css is not really supported, so use at your own discretion

---

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