Friday, September 22, 2023
HomeWordPressQuick Fix: How to Change Login Logo in WordPress 3.8

Quick Fix: How to Change Login Logo in WordPress 3.8

Well, it’s not about changing the login logo after all we have already written an article about changing WordPress login logo. But it’s about the size of login logo in WordPress 3.8 which is just got smaller after this recent WordPress official update.

And if you’ve just updated the WordPress 3.8, then you probably have noticed the change of logo size on the login of your WordPress blog. So, in order to keep using the old custom login logo then just follow this quick solution:

 

For me:

I went through wp-admin/css/wp-admin.min.css that I change .SVG with the LOGO image URL:

(..images/wordpress-logo.svg) to (‘https://softstribe.com/wp-content/uploads/2013/12/Logo-softstribe.png’)

.login h1 a {
background-image: url('https://softstribe.com/wp-content/uploads/2013/12/Logo-softstribe.png');
background-image: none,url('https://softstribe.com/wp-content/uploads/2013/12/Logo-softstribe.png');
background-size: 370px 80px;
background-position: center top;
background-repeat: no-repeat;
color: #999;
height: 80px;
font-size: 20px;
font-weight: 400;
line-height: 1.3em;
margin: 0 auto 28px -30px;
padding: 0;
text-decoration: none;
width: 368px;
text-indent: -9999px;
outline: 0;
overflow: hidden;
display: block;
}

DONE.

Muhammad Haroonhttps://softstribe.com/
Truly yours, Muhammad Haroon is my name. Living in Karachi, Pakistan and enjoying my life playing with codes and blogging frequently, my most popular guides on Best WordPress Plugins. I founded Softstribe in 2012, when I was about to leave College. Find me on
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -

Most Popular