XF 2.0 Supersized Favicon Replacement Help

Gator

Well-known member
I would like to add this line to the bottom of the <head>, but I cannot find where the bottom of the </head> is located in xf2.0 I currently have this line on one of my other sites and it allows for super-sized .png files in place of favicons. It works quite well.

<link rel="icon" type="image/png" href="https://www.mywebsite/mylogo.png">

Any help would be greatly appreciated
 
Thanks, Mike.

I saw that, but I wanted to use this code to produce an image for high-resolution screens and thought this would work better. I just added it to my XF2.0 test website, and it worked great. :)

I also added
Code:
<link rel="apple-touch-icon" href="/custom_icon.png">
for Apple phones

I will be moving my website to XF2.0 on the day you release a stable official version. I am currently IPBoard 4.2 at the moment, but I look forward to joining Xenforo.
 
Top Bottom