Hey,
we are using hosted login and pw reset pages. Can someone help me to setup our individual favicon for both?
THX
Jens
Hey,
we are using hosted login and pw reset pages. Can someone help me to setup our individual favicon for both?
THX
Jens
@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>
cool. many thanks. works fine now!