Change favicon icon after I export the code

Hi there

I export the code from the project already, and do some edit offline (not on the webflow system), then I just find out my site favicon need to change, but I can’t find them on my HTML code. how to change that manually, not from the project manager?

Thanks!

It looks something like this, in the head section

<link href="https://daks2k3a4ib2z.cloudfront.net/596eaa3da18e1f1ba60f3d19/596f49c65f724769d8515d4e.png" rel="shortcut icon" type="image/x-icon" />
<link href="https://daks2k3a4ib2z.cloudfront.net/596eaa3da18e1f1ba60f3d19/596f49ca8a8e2b47577fd4cb.png" rel="apple-touch-icon" />

Hi Samliew

Is possible I change the image through CSS, or need to be a link href ? Thanks!

No, it has to be done this way. See favicon - HTML Title Image - Stack Overflow

Thank you so much! I got it!