• Resolved toniosbh

    (@toniosbh)


    Hello,
    On the wp-login.php page, the Token show a message (green after verification and red for an error) but the background is transparent
    
    Here 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
    • This topic was modified 4 years, 4 months ago by toniosbh.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘CSS Issue with user-registration-message’ is closed to new replies.