# Custom CSS for the border color of Big Number

**URL:** https://community.glideapps.com/t/custom-css-for-the-border-color-of-big-number/68773
**Category:** Ask for Help
**Tags:** custom-css
**Created:** [December 16, 2023, 11:28pm UTC](https://community.glideapps.com/t/custom-css-for-the-border-color-of-big-number/68773 "2023-12-16T23:28:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Bungchow\_IDEApps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/bungchow_ideapps/32/49062_2.png) [@Bungchow\_IDEApps](https://community.glideapps.com/u/Bungchow_IDEApps)
#### Post date: [December 16, 2023, 11:28pm UTC](https://community.glideapps.com/t/custom-css-for-the-border-color-of-big-number/68773/1 "2023-12-16T23:28:20Z")

</div>

Dear @ThinhDinh, could you please advice me regarding custom css for changing the border color of big number component? Thank you in advance… 🤝 🙏

 ![Border BigNumber](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/8/586499ba951612d611db6559395de298b8c99c03.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: [December 17, 2023, 12:07am UTC](https://community.glideapps.com/t/custom-css-for-the-border-color-of-big-number/68773/2 "2023-12-17T00:07:27Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/9/a9420a26eb318ece63ac28fc4195410c69e6b97c.png)

Here’s a sample for a big numbers component with the class name “test” and the child element with class name “test-1”.

```auto
.test .test-1 {
border: solid #37D145 4px;
}

```

---

<div class="post-metadata">

### Author: ![Bungchow\_IDEApps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/bungchow_ideapps/32/49062_2.png) [@Bungchow\_IDEApps](https://community.glideapps.com/u/Bungchow_IDEApps)
#### Post date: [December 17, 2023, 12:27am UTC](https://community.glideapps.com/t/custom-css-for-the-border-color-of-big-number/68773/3 "2023-12-17T00:27:13Z")

</div>

Awesome! Thanks a lot @ThinhDinh 👍

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [December 24, 2023, 12:28am UTC](https://community.glideapps.com/t/custom-css-for-the-border-color-of-big-number/68773/4 "2023-12-24T00:28:08Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
