Change ERPNext Logo and favicon to my logo

Good Morning friends :slight_smile:
Change ERPNext Logo when i login and favicon to my logo. and what the dimensions for logo …

2 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.

3 Likes

Tried a favicon taken from favicon--generator.org of 16X16 size .Not updating in my instance

@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”
}

4 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

Did u attached your favicon in Website settings as Public Attachment

Where do we set it as public ? I couldnt find it in your screenshot either.

while attaching file it will show like this

1 Like

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?