Changue Colors on Kibana 7.15

Hi.

I'm follow the guide to personalize kibana from ManuelF 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.

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

Any idea?

Hi,

This is part of a node_module named @elastic/eui

Cheers

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

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