Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Login page CSS’ is closed to new replies.
I have uploaded my logo as .svg at default Illustrator export settings.
Also I updated the login.css to increase the size of the logo (.../assets/css/login.css), however the update is not showing. I 'inspect' the logo image which opens the browser developer console and made the same change to the CSS, and this worked.
body.login .logo img {
width: 150px;
}
How do I increase the size of the logo on the Login page?
The topic ‘Login page CSS’ is closed to new replies.