# Change the border-color

**URL:** https://forums.knack.com/t/change-the-border-color/19982
**Category:** Next-Gen
**Created:** [October 21, 2025, 12:55pm UTC](https://forums.knack.com/t/change-the-border-color/19982 "2025-10-21T12:55:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Casper2](https://avatars.discourse-cdn.com/v4/letter/c/f04885/32.png) [@Casper2](https://forums.knack.com/u/Casper2)
#### Post date: [October 21, 2025, 12:55pm UTC](https://forums.knack.com/t/change-the-border-color/19982/1 "2025-10-21T12:55:45Z")

</div>

Using Knack Next-Gen, I can’t change the Border color in theme settings. How to do this in CSS?

---

<div class="post-metadata">

### Author: ![Kara](https://sea2.discourse-cdn.com/flex020/user_avatar/forums.knack.com/kara/32/2717_2.png) [@Kara](https://forums.knack.com/u/Kara)
#### Post date: [October 21, 2025, 2:15pm UTC](https://forums.knack.com/t/change-the-border-color/19982/2 "2025-10-21T14:15:48Z")

</div>

@Casper2 here’s an example -

```auto
.kn-list-view {
  background-color: white;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
}

```

There are other examples [here](https://docs.knack.com/reference/common-css-customizations#/).
