This post explains in detail how to add a favicon to your White Label.
Important!
This setting is only available for White Labels with the "Page" type. If you’re using “Widget” type, you can’t apply this setting.
Learn more about the difference between White Label Web types here.Favicon is a small website icon that appears in the browser tab, bookmarks, and search results.
To add a favicon to the White Label:
1. Open White Label Web settings in your Travelpayouts account.
2. Open the Custom HTML code tab.
3. Find the following code:
<link rel="icon" href="/favicon.ico" type="image/x-icon">
4. Add link to the needed image to the href parameter:
<link rel="icon" href="INSERT LINK HERE" type="image/x-icon">
5. Save changes.
Important
The image file must be available on the Internet from any computer, not only on your local drive. You can use images (.png, .jpeg) and .gif as a logo.