# Changue Colors on Kibana 7.15

**URL:** https://discuss.elastic.co/t/changue-colors-on-kibana-7-15/298652
**Category:** Kibana
**Created:** [March 2, 2022, 5:13pm UTC](https://discuss.elastic.co/t/changue-colors-on-kibana-7-15/298652 "2022-03-02T17:13:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mvasqueznr](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mvasqueznr/32/102515_2.png) [@mvasqueznr](https://discuss.elastic.co/u/mvasqueznr)
#### Post date: [March 2, 2022, 5:13pm UTC](https://discuss.elastic.co/t/changue-colors-on-kibana-7-15/298652/1 "2022-03-02T17:13:10Z")

</div>

Hi.

I'm follow the guide to personalize kibana from [ManuelF](https://discuss.elastic.co/t/custom-logo-kibana-7-10-0-guide/257686) and with a some changes in the folder structure in 7.15.1 version. The changes are successful.

But now, I'm trying to change the color on the header where is the search box. I changed the same file that use when personalize the logo. But the changes not work.

 ![Screenshot 2022-03-02 111238](https://us1.discourse-cdn.com/elastic/original/3X/a/f/af790aef86efab1d0ef1fe1ad35c050856974293.png)

I found that the class is EuiHeader but I not find the file where the CSS is configured.

Any idea?

---

<div class="post-metadata">

### Author: ![tiagocosta](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tiagocosta/32/40045_2.png) [@tiagocosta](https://discuss.elastic.co/u/tiagocosta)
#### Post date: [March 3, 2022, 1:31pm UTC](https://discuss.elastic.co/t/changue-colors-on-kibana-7-15/298652/2 "2022-03-03T13:31:01Z")

</div>

Hi,

This is part of a node\_module named `@elastic/eui`

Cheers

---

<div class="post-metadata">

### Author: ![mvasqueznr](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mvasqueznr/32/102515_2.png) [@mvasqueznr](https://discuss.elastic.co/u/mvasqueznr)
#### Post date: [March 29, 2022, 4:30am UTC](https://discuss.elastic.co/t/changue-colors-on-kibana-7-15/298652/3 "2022-03-29T04:30:27Z")

</div>

Finally I found the solution when I was edit the next file:

- kbn-ui-shared-deps.v8.light.css

in the route:

- kibana\node\_modules@kbn\ui-shared-deps\shared\_built\_assets\

I edited this part of code.

.euiHeader--dark{background-color:#mycolor

and recompile the project according with the manual of [ManuelF](https://discuss.elastic.co/t/custom-logo-kibana-7-10-0-guide/257686)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 26, 2022, 4:31am UTC](https://discuss.elastic.co/t/changue-colors-on-kibana-7-15/298652/4 "2022-04-26T04:31:19Z")

</div>

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