Registration form

Home Forums Legacy Support Support queries Update Issues Registration form

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25668
    mihirpatel7410
    Spectator
    Hello, When user Signup, they need to provide user name, email, and password etc. In case they wrong, it will show error message.   Error message show in white color, that why we cannot see. So how can change it to red color when error occur??
    #25677
    mihirpatel7410
    Spectator
    Url : logiclamps.com  
    #26071
    H.K. Latiyan
    Participant
    Its an issue as of now it will be fixed in next update. QUICK FIX Please use this custom css in your wp-admin->appearance->customize->custom css:
    .register div.error {
    
    background-color:#f0c36d;
    
    color:#ff0000
    
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Registration form’ is closed to new replies.