how to increase the logo size on login screen & footer logo

Home Forums Legacy Support Support queries Styling issues how to increase the logo size on login screen & footer logo

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #180492
    vikram4422joshi
    Spectator
    how to increase the logo size on login screen & footer logo ? Please check screen shot here..http://prntscr.com/l7dpz6 (login screen) footer area http://prntscr.com/l7dr9b  
    #180534
    logan
    Member
    Hi, For the Login Screen- Please Goto wp-admin > wplms > miscellaneous > Custom CSS for WP Login Screen Paste these lines and save the changes. body.login div#login h1 a{ background-size:  200px 100px !important;} width: 200px,  height: 100px (change as you want).   For the Footer Image- Please follow these steps and act accordingly: Goto wp-admin > Appearance > Customize > Custom CSS > and PASTE the code wisely. div#footerbottom div.col-md-3{display: inline-grid;font-size: 10px;} div#footerbottom h2#footerlogo a>img {max-width: 210px;height: auto;}   Changes will we like this: http://prntscr.com/l7hcr3 Hope this helps.  
    #180626
    vikram4422joshi
    Spectator
    code for footer logo is working fine but he login screen code not worked, pls check here http://prntscr.com/l7m79o
    #180754
    Diana
    Participant
    @vikram4422joshi Instead of the above CSS Code. Try this one body.login div#login h1 a { background-size: 250px 75px !important; width: 100% !important; padding-left: 45px; }
    #180829
    vikram4422joshi
    Spectator
    ok now it's working , thanks
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to increase the logo size on login screen & footer logo’ is closed to new replies.