Hello, is there a way to change the openmrs favicon in the browser? Thanks.
@marafa what do you get when you inspect the favicon in the browser
1 Like
checkout How do I rebrand OpenMRS - #9 by darius cc @marafa
Hi @gcliff,
i replace the icon by following the links:
<link rel="shortcut icon" type="image/ico" href="/openmrs/images/openmrs-favicon.ico">
<link rel="icon" type="image/png\" href="/openmrs/images/openmrs-favicon.png">
I changed both of the images.
Thanks.
1 Like
Hey - where are these files located? I only see them in tmp/openmrs/images, but not just openmrs/images?
which version of openmrs and os are you using ? normally you find it in the openmrs folder in tomcat wepapps directory.