Good Morning friends
Change ERPNext Logo when i login and favicon to my logo. and what the dimensions for logo …
3 Likes
You can achieve this from Website Settings. Check for the Favicon image section. No dimension defined as such. Try and check what works best for you.
4 Likes
@Savad_Ibrahim in hook.py add these lines:
website_context = {
“favicon”: “/assets/your_app/images/your_logo.png”,
“splash_image”: “/assets/your_app/images/your_splash.png”
}
5 Likes
Actually what i found is that favicon is shown when i use ip address for launching instance but not showing when i give domain name
Where do we set it as public ? I couldnt find it in your screenshot either.
Little padlock should be open …
I tried this but still favicon will apppear only when i use ip address
Tried on a different web browser?
empty browser cache.
regards
Fevicon can be changed but how to replace ERPNext logo?