posted on June 8, 2011 07:50:06 AM new
I am currently seting up my Vendio webstore and cannot find where I can change the favicon from the Vendio icon to my own icon.
Anyone know where or if I can go to change it?
posted on June 8, 2011 12:48:11 PM new
Hello Robert,
You can link to your own custom favicon file. For this, you should edit __head.html and add something like this:
<link rel="shortcut icon" href="{favicon_link}" type="image/x-icon"> You can put it as the first line of this file.