Hi Team,
Is it possible to add a favicon to a page builder template? My client is wondering how best to add and I haven’t been able to find any information on it on Hitchhikers or the help site.
Thank you. Ideally we’d add via a URL so do let me know if that’s possible.
1 Like
Hey Scott,
You can add a favicon to a Page Builder template by editing the Header HTML in the Settings tab of that template. You’ll need to make sure that their favicon image is hosted online and accessible publicly.
Navigate to the the Settings tab for your Template or Single Page, then click Header HTML.
Add the following HTML snippet to the top of the Header HTML contents. You’ll need to update the type based on the image you are using.
If the image is a png:
<link rel="shortcut icon" type="image/png" href="YOUR_FAVICON_URL.png"/>
If the image is an ico:
<link rel="shortcut icon" type="image/ico" href="YOUR_FAVICON_URL.ico"/>