# Data colour change

**URL:** https://community.glideapps.com/t/data-colour-change/74363
**Category:** Ask for Help
**Created:** [June 25, 2024, 11:27am UTC](https://community.glideapps.com/t/data-colour-change/74363 "2024-06-25T11:27:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ishita\_shah](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ishita_shah/32/76809_2.png) [@ishita\_shah](https://community.glideapps.com/u/ishita_shah)
#### Post date: [June 25, 2024, 11:27am UTC](https://community.glideapps.com/t/data-colour-change/74363/1 "2024-06-25T11:27:56Z")

</div>

I have expenses data in my table and want to change the colour of the data to red so that when i add the Label to my progress bar in the format of Expenses/Income, the expenses show up red. This is what it looks like now. I want the -3000 to be red  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/7/d7f85d6bb820423e82fc2f3a32f3bbdb68fdfaab.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 25, 2024, 1:50pm UTC](https://community.glideapps.com/t/data-colour-change/74363/2 "2024-06-25T13:50:42Z")

</div>

> **[CSS Library](https://css-library.glide.page/dl/library/s/8836b3/r/cHWeka3sTnCGRzWzqz7g5A)**

I think this is a concept you can use. You can display a rich text component that is only visible when the expenses/income is below 0 (or a number of your choice), then style the label with CSS.
