CSS Issue with user-registration-message
-
Hello,
On the wp-login.php page, the Token show a message (green after verification and red for an error) but the background is transparentHere the css :
.user-registration-message { border-top-color: #8fae1b; background: rgba(255,255,255,1); color: #596c11; } .user-registration-error { border-top-color: #ff4149; background: rgba(255,255,255,1); color: #f4000a; }I changed the background to white, and i put it in the custom CSS but nothing change and when i actualize the page the same code comes back when I inspect the message:
.user-registration-error { border-top-color: #ff4149; background: rgba(255,65,73,.1); color: #f4000a; }I am looking for a solution and thanks for your help
Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘CSS Issue with user-registration-message’ is closed to new replies.