Comments luongthanh started the conversationOctober 10, 2022 at 2:20pmAfter 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.[deleted] repliedOctober 12, 2022 at 3:19pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .login_popup .loginform .registration_message{color:var(--text);}luongthanh repliedOctober 12, 2022 at 5:08pmThank you. The text color changed to black. Now it can be seen. Sign in to reply ...
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.
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.login_popup .loginform .registration_message{color:var(--text);}
Thank you. The text color changed to black. Now it can be seen.