4 Easy Steps to create Favicon for your eStores
Ever been to any eStores and notice there is a small icon embedded next to the store’s URL? This is called "Favicon". It is a pretty neat trick (and real easy for DIY too!) to reinforce your store branding - Let's follow these easy 4 steps and get it done right away!
Step 1 - Go to http://www.favicon.cc/
Logon to www.favicon.cc, or if you prefer to work on your desktop when you are offline, download a Free icon creator at IcoFX.
Step 2 - Save the icon as "favicon.ico"
Once you done creating your icon, save it as "Favicon.ico".
The format used must be:
*16 colours in the palette
*16x16 pixels in size
Step 3 - Upload the icon
Logon to webShaper Stores, goto Design > Theme Files > Images
Upload the icon file (Favicon.ico) to the Images Folder
Step 4 - Copy and paste code to Template.html
Goto Design > Templates Files > Edit "Template.html"
Copy and Paste the following code below to the template section of your webShaper Stores and you are done! If your icon did not show up correctly, please close and restart your browser.
<link rel="SHORTCUT ICON" href="/theme/images/favicon.ico" />