# Card list edits

**URL:** https://community.glideapps.com/t/card-list-edits/34133
**Category:** Ask for Help
**Created:** [November 6, 2021, 7:59pm UTC](https://community.glideapps.com/t/card-list-edits/34133 "2021-11-06T19:59:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Trading\_5\_Talents](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/trading_5_talents/32/33858_2.png) [@Trading\_5\_Talents](https://community.glideapps.com/u/Trading_5_Talents)
#### Post date: [November 6, 2021, 7:59pm UTC](https://community.glideapps.com/t/card-list-edits/34133/1 "2021-11-06T19:59:56Z")

</div>

I’d like to do a few things to the card list, but I’m not sure if it’s possible:

1. Add dollar sign $ in front of specific line, or make certain line display in currency format.
2. Increase/decrease font sizes and colors of lines.
3. Add specific custom text after displayed data, such as 50 “Shares” or 1 “Share” if singular.

Are these things possible in Glide? Thanks!

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [November 6, 2021, 8:49pm UTC](https://community.glideapps.com/t/card-list-edits/34133/2 "2021-11-06T20:49:58Z")

</div>

#1 & #3, use template columns in the data editor to create the formatting you desire. #2, you’d need to use some CSS to style the card text. CSS is not supported by glide, but it’s possible. Reference this post to see examples of CSS:  
[Beautiful Design App](https://community.glideapps.com/t/beautiful-design-app/16191)

---

<div class="post-metadata">

### Author: ![Trading\_5\_Talents](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/trading_5_talents/32/33858_2.png) [@Trading\_5\_Talents](https://community.glideapps.com/u/Trading_5_Talents)
#### Post date: [November 6, 2021, 9:42pm UTC](https://community.glideapps.com/t/card-list-edits/34133/3 "2021-11-06T21:42:41Z")

</div>

Awesome, thanks!
