How to change mautic logo

I have downloaded the mautic and installed properly
How do I change the logo to cuszomize it.

Hi,
Here you go:

1 Like

Not compatible with version 4.4.8

Is there something to do it manually?

Look for the folder 4.4.7 in that package and change it to 4.4.8

Joeyk, I don’t quite understand you when you say look in the package for the 4.4.7 folder.

Joeyk, I was able to locate it in /templates.
I copied the existing 4.4.5 and changed the version number to 4.4.8

Thank you.

Hello. How can I use this Github zip life? Where can I install? I do not know well these.

I am forwarding a part of some documentation about rebranding Mautics, and here are some codes that you might find it useful, you should use your FTP to connect to your server and find some paths below:

LOGIN PAGE - Logo
PATH: app/bundles/UserBundle/Views/Security/base.html.php
LINE: 34 to 43 (replace whole with custom logo)

BACKEND –Logo
PATH: app/bundles/CoreBundle/Views/LeftPanel/index.html.php
LINE: 18 to 52 (replace all with custom logo)
CSS CHANGES (optional): media/css/app.css
LINE: 139
FIND:.mautic-brand{display:block;height:60px;padding-left:35px;paddingright:32px;width:100%;overflow:hidden}
MAYBE REPLACE: display:block; → display:flex; (also padding and height if needed).
(Depending on your logo dimensions maybe some of css in Backend logo description may vary, so try testing it.)

Clear history and cookies or open it now in incognito window after changes you made - so you could see them.