View Single Post
  #2  
Old 6th January 2016, 11:22
Phogo's Avatar
Phogo Phogo is offline
VIP
 
Join Date: Jan 2008
United Kingdom
Posts: 902
Default
Hi,

Create your favicon.ico and upload it to the root folder of your website, e.g /yourdomain.com/favicon.ico

Then add the following to your themes header.php page

HTML Code:
<link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
Reply With Quote