Okay
  Public Ticket #3143201
Change Login message color and screen background color
Closed

Comments

  • luongthanh started the conversation

    After I upgrate from 3.7 to 4.5, the login message color is white on a white background. How can I change the color of the message and the background.

    Thank you.

    9570615799.png
    5693115796.png


  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .login_popup .loginform .registration_message{color:var(--text);}

  • luongthanh replied

    Thank you. The text color changed to black. Now it can be seen.