Can I have different favicon for different pages within the same site?

Can I have different favicon for different pages within the same site?

I tried adding most classic:

But looks like it doesn’t work.

Anyone can help?

Hi. Does anyone know how to do this?

It’s not possible so no.

My answer was based on doing this within Webflow settings. As you may have discovered, one could always leverage custom code.

Ya, I find this thread: Is there a way to have a new favicon for a separate page within a project? - #19 by KPMT
But the code there does not work yet.

I tried to add the below two lines just before </head> .

<link href=https://www.abc.com/favicon.png-32.png" rel="shortcut icon" type="image/x-icon" />
<link href="https://www.abc.com/favicon.png-256.png" rel="apple-touch-icon" />

It looks like it works on all browsers, except Safari.

So, not success yet.