How to add a FAVICON icon
Favicon is a graphic icon is displayed in the address bar of internet browser. To insert favicon icon please follow the procedure below:
- prepare an icon in any graphics program in .png format. Image size 64px (width) / 64px (height). We recommend transparent background for icon
- rename the icon file name to favicon.png
- sign in into ClickEshop administrator and by clicking the button [Content management] you will get to whole site administration
- in the left toolbar click the button [Global HTML Code] - [Upload files on server] and load the icon on the server
- insert the following HTML code into the field Global HTML source code:
<link rel="icon" type="image/png" href="/storage/favicon.png" />