This topic has 2 replies, 2 voices, and was last updated 9 years by joy.

  • Author
  • #56916
     joy
    Participant

    Hello again. How do I hide the additional fields from the members directory(I’m using the masonry display) from the members list? I would only like the members directory to show the members name and when they were last active.

    I would like to hide the buttons. I have managed to hide the update with the following edit in CSS.

    COPY CODE
    #buddypress #members-list .update {
    display: none;
    }

    Thank you.

    #56944
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    #members-list .action {
      display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #56997
     joy
    Participant

    Thank you. That didn’t work though. I was able to achieve it with this:

    COPY CODE
    #buddypress #friend-list div.action, #buddypress #member-list div.action, #buddypress #members-list div.action {
      display: none !important;
    }
    
    #buddypress #friend-list .update, #buddypress #member-list .update, #buddypress #members-list .update {
    display: none !important;
    }
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?