# How can I specify the "panel.favicon" in K3?

**URL:** https://forum.getkirby.com/t/how-can-i-specify-the-panel-favicon-in-k3/19485
**Category:** Questions
**Tags:** v3
**Created:** [September 23, 2020, 6:33pm UTC](https://forum.getkirby.com/t/how-can-i-specify-the-panel-favicon-in-k3/19485 "2020-09-23T18:33:20Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![anon77445132](https://avatars.discourse-cdn.com/v4/letter/a/4da419/32.png) [@anon77445132](https://forum.getkirby.com/u/anon77445132)
#### Post date: [September 23, 2020, 6:33pm UTC](https://forum.getkirby.com/t/how-can-i-specify-the-panel-favicon-in-k3/19485/1 "2020-09-23T18:33:20Z")

</div>

Running Kirby 2.x I could set the [path to a custom Panel favicon](https://k2.getkirby.com/docs/cheatsheet/options/panel-favicon) as an option.

Please show me how to set this under Kirby 3.x.

This is very usefull, when the title of a page is to long for the size of the browser tab of the panel page. Then a special panel icon (the website icon changed in color) can inform the user about the displayed context.

---

<div class="post-metadata">

### Author: ![anon77445132](https://avatars.discourse-cdn.com/v4/letter/a/4da419/32.png) [@anon77445132](https://forum.getkirby.com/u/anon77445132)
#### Post date: [September 27, 2020, 9:06pm UTC](https://forum.getkirby.com/t/how-can-i-specify-the-panel-favicon-in-k3/19485/2 "2020-09-27T21:06:02Z")

</div>

@bastianallgeier:  
Excuse me:  
Is there no one from your Kirby core team who can give me an answer?

---

<div class="post-metadata">

### Author: ![sebastiangreger](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/sebastiangreger/32/16176_2.png) [@sebastiangreger](https://forum.getkirby.com/u/sebastiangreger)
#### Post date: [September 28, 2020, 4:32pm UTC](https://forum.getkirby.com/t/how-can-i-specify-the-panel-favicon-in-k3/19485/3 "2020-09-28T16:32:03Z")

</div>

I once investigated this myself, and if I’m not completely misreading

> <https://github.com/getkirby/kirby/blob/7525553b8d9976d6ed08b702f62fc3d368116777/views/panel.php#L19>

and

> <https://github.com/getkirby/kirby/blob/7525553b8d9976d6ed08b702f62fc3d368116777/src/Cms/Panel.php#L117>

my understanding is that K3 does not have such option (the favicon URL appears to be hardcoded into the Panel template).

What you could do (apart from possibly adding this enhancement idea on the new [feedback.getkirby.com](http://feedback.getkirby.com) wishlist tracker) is to add [a custom Panel JS script](https://getkirby.com/docs/reference/system/options/panel#custom-panel-js) and change the favicon by manipulating the DOM? (This would actually enable some cool tricks – for example turning the favicon orange when there are unsaved changes, etc.)

---

<div class="post-metadata">

### Author: ![anon77445132](https://avatars.discourse-cdn.com/v4/letter/a/4da419/32.png) [@anon77445132](https://forum.getkirby.com/u/anon77445132)
#### Post date: [September 29, 2020, 9:22am UTC](https://forum.getkirby.com/t/how-can-i-specify-the-panel-favicon-in-k3/19485/4 "2020-09-29T09:22:09Z")

</div>

> [@sebastiangreger](#):
>
> K3 does not have such option

So again, the functionality of Kirby 3 is **reduced** compared to Kirby 2, **although the old function was very useful!**  
A pity!

---

<div class="post-metadata">

### Author: ![thguenther](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/thguenther/32/16708_2.png) [@thguenther](https://forum.getkirby.com/u/thguenther)
#### Post date: [September 29, 2020, 9:47am UTC](https://forum.getkirby.com/t/how-can-i-specify-the-panel-favicon-in-k3/19485/5 "2020-09-29T09:47:00Z")

</div>

> [@anon77445132](#):
>
> So again, the functionality of Kirby 3 is **reduced** compared to Kirby 2, **although the old function was very useful!**  
> A pity!

How dare they prioritize other things when your favorite feature is missing, right? 🤦‍♂️

Just add the feature request to [feedback.getkirby.com](http://feedback.getkirby.com)

---

<div class="post-metadata">

### Author: ![texnixe](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/texnixe/32/5754_2.png) [@texnixe](https://forum.getkirby.com/u/texnixe)
#### Post date: [September 29, 2020, 10:26am UTC](https://forum.getkirby.com/t/how-can-i-specify-the-panel-favicon-in-k3/19485/6 "2020-09-29T10:26:57Z")

</div>

> [@anon77445132](#):
>
> So again, the functionality of Kirby 3 is **reduced** compared to Kirby 2

If Kirby 3 has less functionality than Kirby 2, then I suggest you stick with Kirby 2 and be happy. Or use another CMS altogether. I’m pretty sure Bastian will refund the licence price if you are so unhappy with it that you have to complain in bold letters because of a minor feature.

---

<div class="post-metadata">

### Author: ![moritzebeling](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/moritzebeling/32/5429_2.png) [@moritzebeling](https://forum.getkirby.com/u/moritzebeling)
#### Post date: [April 17, 2023, 9:14pm UTC](https://forum.getkirby.com/t/how-can-i-specify-the-panel-favicon-in-k3/19485/7 "2023-04-17T21:14:21Z")

</div>

For future reference, it is possible (now) [panel | Kirby CMS](https://getkirby.com/docs/reference/system/options/panel#custom-panel-favicon)
