Login WP background screen color

Home Forums Legacy Support Support queries Styling issues Login WP background screen color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #239259
    DhirajBajwa
    Participant
    Hi, I am unable to change the login background screen color or text or the logo ( logo is not important if I can make the login background white)   I had followed some topics on this forum and added the same css code but it was not working. Please let me know the procedure.
    #239269
    Misty
    Member
    Hi @DhirajBajwa You can use this this css to change background-color of login form Goto : wp-admin > appearance > customize  > custom css  div#vibe_bp_login { background-color: white; } .inside_login_form label { color: black!important; } http://prntscr.com/qndbb7
    #239322
    DhirajBajwa
    Participant
    Can this code be used for the https://www.alphaschooloflifeskills.com/wp-login.php Page? As I am looking for the wp-login page customization  
    #239324
    Misty
    Member
    Use this css in your custom css Goto : wp-admin > appearance > customize > custom css body.login form#loginform { background:white!important; } http://prntscr.com/qni6fy
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Login WP background screen color’ is closed to new replies.