# How to modify some CSS inside docker container?

**URL:** https://community.nocodb.com/t/how-to-modify-some-css-inside-docker-container/1439
**Category:** Self-Host
**Created:** [October 22, 2024, 5:49pm UTC](https://community.nocodb.com/t/how-to-modify-some-css-inside-docker-container/1439 "2024-10-22T17:49:03Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![rezwan](https://yyz1.discourse-cdn.com/flex011/user_avatar/community.nocodb.com/rezwan/32/550_2.png) [@rezwan](https://community.nocodb.com/u/rezwan)
#### Post date: [October 22, 2024, 5:49pm UTC](https://community.nocodb.com/t/how-to-modify-some-css-inside-docker-container/1439/1 "2024-10-22T17:49:03Z")

</div>

Hello everyone! So far I love nocodb but I need to make some customization to the CSS code inside docker container. I have docker exec into the container but I don’t know which folder contains the css and javascript files. Can anyone please help me with this?

---

<div class="post-metadata">

### Author: ![dstala](https://avatars.discourse-cdn.com/v4/letter/d/f04885/32.png) [@dstala](https://community.nocodb.com/u/dstala)
#### Post date: [October 24, 2024, 7:37am UTC](https://community.nocodb.com/t/how-to-modify-some-css-inside-docker-container/1439/2 "2024-10-24T07:37:22Z")

</div>

Modifications directly to CSS is not supported. You will have to modify CSS changes in `nc-gui` folder and build, not recommended though.

---

<div class="post-metadata">

### Author: ![rezwan](https://yyz1.discourse-cdn.com/flex011/user_avatar/community.nocodb.com/rezwan/32/550_2.png) [@rezwan](https://community.nocodb.com/u/rezwan)
#### Post date: [October 24, 2024, 7:50am UTC](https://community.nocodb.com/t/how-to-modify-some-css-inside-docker-container/1439/4 "2024-10-24T07:50:00Z")

</div>

I have made changes in nc-gui and did docker restart \<container\_id\> but it didn’t change anything ☹

---

<div class="post-metadata">

### Author: ![dstala](https://avatars.discourse-cdn.com/v4/letter/d/f04885/32.png) [@dstala](https://community.nocodb.com/u/dstala)
#### Post date: [October 24, 2024, 8:16am UTC](https://community.nocodb.com/t/how-to-modify-some-css-inside-docker-container/1439/5 "2024-10-24T08:16:09Z")

</div>

There is a related issue here. You can upvote

> <https://github.com/nocodb/nocodb/issues/181>
>
> Hi, your project is great and I love it.
> 
> It would be super nice to have some …sort of standard class labeling for all UI elements (.noco-table, .noco-cell, .noco-header, .noco-sidebar, etc...) and then a way to upload/set our own CSS to style them.
> 
> This would allow people to create their own themes, which I think would be a nice addition to an already great project :).

@pranavxc will help you out with instructions to build docker

---

<div class="post-metadata">

### Author: ![pranavxc](https://avatars.discourse-cdn.com/v4/letter/p/53a042/32.png) [@pranavxc](https://community.nocodb.com/u/pranavxc)
#### Post date: [October 24, 2024, 7:42pm UTC](https://community.nocodb.com/t/how-to-modify-some-css-inside-docker-container/1439/6 "2024-10-24T19:42:20Z")

</div>

You can fork our repo, do the necessary changes and then build custom docker. Following file can be used for docker build - `build-local-docker-image.sh`
