# How to change the top left header logo in kibana 7.9.2

**URL:** https://discuss.elastic.co/t/how-to-change-the-top-left-header-logo-in-kibana-7-9-2/250084
**Category:** Kibana
**Created:** [September 27, 2020, 12:25pm UTC](https://discuss.elastic.co/t/how-to-change-the-top-left-header-logo-in-kibana-7-9-2/250084 "2020-09-27T12:25:06Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![azasypkin](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/azasypkin/32/42216_2.png) [@azasypkin](https://discuss.elastic.co/u/azasypkin)
#### Post date: [September 28, 2020, 9:58am UTC](https://discuss.elastic.co/t/how-to-change-the-top-left-header-logo-in-kibana-7-9-2/250084/4 "2020-09-28T09:58:32Z")

</div>

> [@witcher](#):
>
> this place and the login screen thanks for your reply.  
> any solution to solve this problem for now will be fine

Well, until we handle it properly in [Customers/users should be able to replace Elastic logo and customize Kibana themes through advanced setting · Issue #75377 · elastic/kibana · GitHub](https://github.com/elastic/kibana/issues/75377) it's all unsupported and can change from version to version, but as a temporary workaround you can try to change these places in Kibana code:

- [Top logo](https://github.com/elastic/kibana/blob/44b08462985e0a5faff66078f4bea691fdd31669/src/core/public/chrome/ui/header/header_logo.tsx#L102), you can change `iconType` property to something like this `iconType={"https://some-host/some-picture.png"}`
- [Login page](https://github.com/elastic/kibana/blob/44b08462985e0a5faff66078f4bea691fdd31669/x-pack/plugins/security/public/authentication/login/login_page.tsx#L90), you can change `type` property to something like this `type={"https://some-host/some-picture.png"}`

Unfortunately it's not possible to do via pure CSS.

Hope that helps.

Best,  
Oleg

---

_[View the full topic](https://discuss.elastic.co/t/how-to-change-the-top-left-header-logo-in-kibana-7-9-2/250084)._
