delete field and placeholder/title from profile page

Home Forums Legacy Support Support queries Styling issues delete field and placeholder/title from profile page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #236214
    MeesterGijs
    Spectator
    Hello, How do I delete this from my profile page? The url is: https://meestergijs.nl/studenten/kobe24/profile/edit/group/1/ Thanks, Gijs
    #236244
    Misty
    Member
    This reply has been marked as private.
    #236247
    MeesterGijs
    Spectator
    But you must be able to delete this with css right?
    #236309
    MeesterGijs
    Spectator
    I used this and it worked. Am I missing something? Is it gone on other pages as well with this code? #buddypress .editfield #field_1-1{display:none;} #buddypress .editfield #field_1{display:none;}
    #236445
    Misty
    Member
    Hi If you are using your code then it will reflect on other pages too means it will remove from all the places where the #buddypress .editfield #field_1-1 and #buddypress .editfield #field_1 classes, are present so, if u want to remove this field from a particular page then you have to use page id of that particular page just before your css. so what's your need? for a particular page or from all the pages? let me know
    #236511
    MeesterGijs
    Spectator
    I think I need to only delete this at https://meestergijs.nl/studenten/metmeestergijs/profile/edit/group/1/ but than for all members.. So that's page id-0. How does that work?
    #236595
    Misty
    Member
    This reply has been marked as private.
    #236626
    MeesterGijs
    Spectator
    Thank you. Another question related to this. How do I delete these words from the profile edit page? I thought this would do the trick: .profile-edit #buddypress bp-required-field-label #field_1442-1{display: none;} .profile-edit #buddypress bp-required-field-label #field_847-1{display: none;} .profile-edit #buddypress bp-required-field-label #field_865-1{display: none;} .profile-edit #buddypress bp-required-field-label #field_4097-1{display: none;} .profile-edit #buddypress bp-required-field-label #field_4098-1{display: none;}
    #236639
    Misty
    Member
    Hi You were provide css to all field and, You were using same code for all field again and again so this is not a right way, I have another solution for that ,that will be applied for all field so , You can use this css on single class span.bp-required-field-label { display: none; } output :   http://prntscr.com/q9nhyo
    #236643
    MeesterGijs
    Spectator
    It worked!! Thanks
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘delete field and placeholder/title from profile page’ is closed to new replies.