How to add favicon to website

How to add favicon to website

*Favicon image must be created outside of the builder then uploaded to the site files. Image must be 16x16 pixels.*

How to add Favicon to website:
1) Under "Site" menu on left side of builder
2) Select "Pages" 
3) Double click on the page or background you wish to add the favicon to
4) Select "Advanced" on the right side of Builder
5) Here you will  the following line of code: <link rel="shortcut icon" place url for image here"/> For example, if the file was placed in your "uploaded" folder:
<link rel="shortcut icon" href="uploaded/favicon.ico"/>
Make sure to publish after you have completed your changes.