Quote:
Originally Posted by KSendurance
I have been trying to change the favicon to my logo. Here is my coding:
<head>
<link rel="icon" href="http://kickstartendurance.com/xcart/images/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="http://kickstartendurance.com/xcart/images/favicon.png" type="image/x-icon" />
</head>
I don't know what I'm doing wrong 
|
No. You don't have to add any code to any template.
In file, /common_files/customer/service_head.tpl you will see:
Code:
<link rel="shortcut icon" type="image/png" href="{$current_location}/favicon.ico" />
SIMPLY name your icon, "favicon.ico" and put it in the store root.
CLEAR your browser cache.
Done.