How do I change favicon for our project

0
Our project is nearly done, but it bugs me that in the browser it shows the Mx logo instead of the project logo. I tried adding our custom icon and adding the line  <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" /> When I open the application I see it pop up for a second and then get replaced with a default file icon (the square with a folded corner). Anyone got an idea how to fix this?
asked
2 answers
5

Hi Louis,

You can replace the favicon.ico in the theme folder with another favicon.ico. Doing this will also change the favicon when viewing uploaded documents in the browser.

Cheers,

Jeffrey

answered
1

Hi Louis,

This question has been asked on the forum before, check this link for an answer: https://forum.mendix.com/link/questions/87102

Good luck!

EDIT: I just saw that you've already attempted the suggested solution. If you've checked that everything is configured correctly and its still happening, can you check your browser's console? Perhaps there's an error/clue there

answered