- Important Note -This functionality requires a subscription to Localist's Developer Theming package.If you do not see the option to Edit HTML or Custom CSS containers, please reach out to support@concept3d.com or your dedicated Client Success Manager to learn more! |
Example of a Favicon
How to Add a Favicon to your Platform
Favicons are added via HTML in the Global Site Shell file of the Theme Editor in between the <head></head> tags.
Feel free to replace the placeholder URL with your actual Favicon URL and copy and paste this into the appropriate file using the steps below:
<link rel="shortcut icon" href="https://www.FaviconURL.com/favicon.ico" type="image/x-icon" title="favicon">
-
In the Theme Editor, scroll down to Wrapper > Global Site Shell
-
In the <head> code, paste the above line of code on any line before the closing </head> tag
Example Code:
<link rel="shortcut icon" href="https://s3.amazonaws.com/localist-customer/GSU_fav_icon.png" type="image/x-icon" title="favicon">
Navigate to your Admin Dashboard
1. Click on Settings
2. Click on Platform Settings
3. Click on APPEARANCE
4. Navigate to the theme you'd like to customize and Click on Edit HTML
5. Click on the Global Site Shell theme file
6. Copy or grab your favicon code.
<link rel="shortcut icon" href="https://www.FaviconURL.com/favicon.ico" type="image/x-icon" title="favicon">