# How to change text and image loading on Kibana

**URL:** https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984
**Category:** Kibana
**Created:** [April 21, 2016, 2:36am UTC](https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984 "2016-04-21T02:36:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tatdat](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tatdat/32/113160_2.png) [@tatdat](https://discuss.elastic.co/u/tatdat)
#### Post date: [April 21, 2016, 2:36am UTC](https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984/1 "2016-04-21T02:36:11Z")

</div>

I using Kibana 4.5.  
I want to change image and image loading.

[Loading](http://www.upsieutoc.com/images/2016/04/21/kibana-loading.png)

Can you help me.  
Thanks!

---

<div class="post-metadata">

### Author: ![BigFunger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bigfunger/32/7323_2.png) [@BigFunger](https://discuss.elastic.co/u/BigFunger)
#### Post date: [April 21, 2016, 7:52pm UTC](https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984/2 "2016-04-21T19:52:35Z")

</div>

You want to change this file: `/src/ui/views/ui_app.jade`

Change the image [here](https://github.com/elastic/kibana/blob/4.5/src/ui/views/ui_app.jade#L16)  
Change the text [here](https://github.com/elastic/kibana/blob/4.5/src/ui/views/ui_app.jade#L30)

Once you've made your changes, if you are running from source pulled from github, you can start kibana by `./bin/kibana --dev` which will watch files for changes and should automatically re-optimize and show you the latest versions.

If you are running from a distribution, you need to delete the files from within the `optimize` folder for any changes that you made to the src folder to be included.

---

<div class="post-metadata">

### Author: ![tatdat](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tatdat/32/113160_2.png) [@tatdat](https://discuss.elastic.co/u/tatdat)
#### Post date: [April 22, 2016, 5:01am UTC](https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984/3 "2016-04-22T05:01:47Z")

</div>

Thank for Support !

---

<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 6, 2017, 1:55pm UTC](https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984/4 "2017-07-06T13:55:23Z")

</div>


