Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
501 views
in Q2A Core by
edited by

         

Favicon is not showing on question page. how to solve this?

                       

Q2A version: 1.8.6
by
+1
Can you explain it with images
by
I have attached images..can you tell me the way to solve this?
by
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
is this code in your head
by
I did it. but it is not working
by
Same issue, not sure what's the problem

1 Answer

0 votes
by

If you have uploaded your favicon.ico file to your root server, then 

1. Add this line of code <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> to your <head> section, you can find this in the admin section, under page layout.

2. Then click on save. 

3. check your site on a browser, but before then, clear the browser by using Ctrl + F5, this will force clear the browser and you should be able to see your favicon. I just add my own to www.ecliks.com.ng 

...