Your favicon
must be created elsewhere and then uploaded to the site. There are
multiple sites online that will generate a favicon from an image file
for free.
Once you have uploaded your .ico file to the server and know its location, you'll need to edit each .html file located in:
/templates/{your-template}/
Now you'll need to know your favicon HTML, which is usually something like:
<link href="[yourpath]/favicon.ico" rel="icon" type="image/x-icon" />
You'll need to put that with the other tags directly BEFORE the line:
</head>
Please note: It may take a few page loads for the icon to come up the first time. Try clearing your browser cache to speed this up.
You
should now have a favicon on every page in your website.
