By Default in WordPress, When you login to the dashboard, you would notice that on the left-hand side of the top bar:
There is the WordPress logo set.
And that sometimes we don’t want to anyone see or notice because we don’t wanna let them know that we are using WordPress or other reasons.
So how would we change the WordPress Dashboard Admin Logo?
Well, Here we have posted the code snippets and it’s using that will help you to change dashboard logo to custom logo.
Read also: Change WordPress Login Logo (Without Plugin), Change Login Logo Hover Title, Change the Login Logo URL in WordPress
Just Follow the below guide:
Change Dashboard Logo in WordPress
Below we have embedded the code that you need to put in your WordPress theme.
For that:
Copy the below code and paste it into your functions.php file.
Code for Changing WordPress Admin Logo
Then change the image name or path of the image to what your admin logo image name and where it is located.
For eg: We have our dashboard logo in “images” folder and its name is “dashboard-logo.png”,…
….so what we will do is replace the path and name from /images/admin-logo.png
to /images/dashboard-logo.png
That’s it.
If you have any questions or error on this guide, please let us know in the comment box.
Hope you have successfully changed your website admin logo or your client’s. Share this guide on social media, if it helped you. 😉
hii sir i want to ask how to change Welcome to WordPress!
We’ve assembled some links to get you started:, on my dashboard
Great Question Sanju.
Here is the solution:
Just copy the below code into your functions.php file to remove welcome to WordPress (message)
remove_action(‘welcome_panel’, ‘wp_welcome_panel’);