delete field from registration

Home Forums Legacy Support Support queries Styling issues delete field from registration

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #329209
    MeesterGijs
    Spectator
    Hello, How do I delete the line of text and field from this page? See screenshot. Thanks! Gijs
    #329210
    MeesterGijs
    Spectator
    This reply has been marked as private.
    #329249
    Diana
    Participant
    The Profile fields are managed by Buddypress and you can delete and add new ones from Users > Profile Fields
    #329256
    MeesterGijs
    Spectator
    That's not a solution I can use, because of other reasons. I can't delete this first one. How can I delete these using css?
    #329280
    MeesterGijs
    Spectator
    This worked for me: .page-id-22706 legend#field_1-1{display:none;} .page-id-22706 input#field_1{display:none;}
    #329281
    MeesterGijs
    Spectator
    This worked for me: .page-id-22706 legend#field_1-1{display:none;} .page-id-22706 input#field_1{display:none;}
    #329448
    Ada
    Participant
    Please use this css code for this purpose
    
    #signup_form ul li:nth-child(4) {
        display:none;
    }
    
    #332249
    MeesterGijs
    Spectator
    Problem solved. Thanks!
    #332272
    Ada
    Participant
    Ok, Closing the topic.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘delete field from registration’ is closed to new replies.