3 Add favicon
robiso edited this page 2017-12-06 14:30:00 +01:00
  1. In your theme.php, add the below code between your <head> </head> tags.

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

<link rel="icon" href="/favicon.ico" type="image/x-icon">

NOTE: Make sure to also actually upload your favicon.ico in the same location as your index.php.