Hello Magento Friends 👋,

Welcome to the Technical Blog chain by MageComp. Today’s point of discussion is How to change default Magento 2 Logo in Admin Panel. We have already discussed How to Change the Logo in Magento 2 Frontend. Look into our lastly published blog, Magento 2: How To Redirect 404 Page Found To Search Page

Now, let’s get started with our present talk 🚀

An essential section that requires polishing is the admin bar of Magento 2. By default, the admin panel shows the default Magento 2 logo on the login page and menubar. Although the admin can customize the login page and menubar according to the requirements and change the default Magento 2 logo The following steps will help you to change default Magento 2 Logo in Admin Panel.

How to change default Magento 2 Logo in Admin Panel:

Here we will be discussing to change the default Magento 2 logo in Admin Login Page and Admin Menubar.

Magento 2 Admin Login Page:

Step 1: Create a file in the following path: 

app\code\Vendor\Extension\view\adminhtml\layout\admin_login.xml

And add below code

Step 2: Now, upload your file in the below path:

vendor\magento\theme-adminhtml-backend\web\images\admin-login.png

Result (Magento 2 Admin Login Page):

Take a look at the Magento 2 Admin Login Page, default Magento 2 logo changed with the one you applied.

Magento Before - After

Magento 2 Admin Menubar:

Step 1: Create a file in the following path: 

app\code\Vendor\Extension\view\adminhtml\layout\default.xml

And add below code

Step 2: Now, upload your file in the below path:

vendor\magento\theme-adminhtml-backend\web\images\magento-menu-logo.png

Result (Magento 2 Admin Menubar):

Take a look at the Magento 2 Admin Menubar, default Magento 2 logo changed with the one you applied.

Magento Admin Before - After

Conclusion:

Expectantly the above solution is helpful to change default Magento 2 Logo in Admin Panel for all the Magento Admins out there. Stuck anywhere? Just comment down below and I will figure it out as soon as possible. Like it? Rate it, Share it!

See you next time, until then Stay Tuned! 

Happy Customizing 😇

Click to rate this post!
[Total: 10 Average: 4.6]