# Not able to remove icon for Kibana 7.6.0

**URL:** https://discuss.elastic.co/t/not-able-to-remove-icon-for-kibana-7-6-0/236279
**Category:** Kibana
**Created:** [June 9, 2020, 7:23am UTC](https://discuss.elastic.co/t/not-able-to-remove-icon-for-kibana-7-6-0/236279 "2020-06-09T07:23:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![richylyq](https://avatars.discourse-cdn.com/v4/letter/r/41988e/32.png) [@richylyq](https://discuss.elastic.co/u/richylyq)
#### Post date: [June 9, 2020, 7:23am UTC](https://discuss.elastic.co/t/not-able-to-remove-icon-for-kibana-7-6-0/236279/1 "2020-06-09T07:23:33Z")

</div>

Continuing the discussion from [[Guide] Customize logo, text screen and loading in Kibana 7.x](https://discuss.elastic.co/t/guide-customize-logo-text-screen-and-loading-in-kibana-7-x/194210/12):

Tried to use this example to remove the icon, but was not able to find the views folder

here's what i am seeing in `kibana/src/legacy/ui/ui_render`, only have a folder by the name of `bootstrap` and two other js files. Can anyone advise on how to remove the icon?

---

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [June 9, 2020, 10:49am UTC](https://discuss.elastic.co/t/not-able-to-remove-icon-for-kibana-7-6-0/236279/2 "2020-06-09T10:49:56Z")

</div>

It seems like this thread can help you: [How to Customize Kibana 7.6.0 Login Page?](https://discuss.elastic.co/t/how-to-customize-kibana-7-6-0-login-page/232769)

---

<div class="post-metadata">

### Author: ![richylyq](https://avatars.discourse-cdn.com/v4/letter/r/41988e/32.png) [@richylyq](https://discuss.elastic.co/u/richylyq)
#### Post date: [June 9, 2020, 12:04pm UTC](https://discuss.elastic.co/t/not-able-to-remove-icon-for-kibana-7-6-0/236279/3 "2020-06-09T12:04:31Z")

</div>

Was looking at it too and got it working! Thanks for the assistance!

but, if i need to change the stuff in docker, how should i go about doing it... My current way is to edit from the docker instance itself, but this will be removed once i restart the docker instance.

---

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [June 9, 2020, 12:08pm UTC](https://discuss.elastic.co/t/not-able-to-remove-icon-for-kibana-7-6-0/236279/4 "2020-06-09T12:08:37Z")

</div>

For docker a good way would be to put the editing operation you are doing in a script, then creating a dockerfile which uses the standard Kibana image as base and executes your script.

By running the dockerfile using docker build you can create a new image which you can use in your system instead of the standard Kibana image without losing your editing.

---

<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: [July 7, 2020, 12:08pm UTC](https://discuss.elastic.co/t/not-able-to-remove-icon-for-kibana-7-6-0/236279/5 "2020-07-07T12:08:58Z")

</div>

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