How to define/change favicon of hosted pages?

Hey,
we are using hosted login and pw reset pages. Can someone help me to setup our individual favicon for both?

THX
Jens

:wave: @pododesk-operations you can setup the favicon for the hosted login page by adding a <link> tag between your <head> tags in the HTML:

<head>
...
    <link rel="shortcut icon" type="image/png" href="https://your-site.com/path-to-favicon.png"/>
</head>
3 Likes

cool. many thanks. works fine now!

1 Like