Support » Knowledge Base » Shop-Script » Design setup »
Latest versions of web browsers support so-called web site icons or favicons which are displayed in the address bar next to the web site URL. Adding a favicon to your WebAsyst Shop-Script storefront will require the following steps:
As a rule, ICO image files have the .ico file name extension. WebAsyst Shop-Script does not allow uploading such files through the built-in file uploader, therefore you need to change the extension to any of the allowed ones: .gif or .png.
<link rel="shortcut icon" href="/FOLDER_PATH/FAVICON_FILE_NAME">If the folder path in your store is /shop/images/ and the favicon file name is favicon.gif, the code that needs to be added will look as shown below:
<link rel="shortcut icon" href="/shop/images/favicon.gif">