BuddyDev

Search

[Resolved] hide user recent activities from members directory page

  • Participant
    Level: Initiated
    Posts: 2
    Alex on #21263

    I am enjoying Community Builder immensely.

    Can you please let me know what CSS code I can use to hide the activities links that appear in the member directory. They deface the directory and are very ugly. I am new to WP and BP but I found Community Builder very easy to use and logical and efficient.

    You can see a screenshot of the issue here
    https://drive.google.com/file/d/1EJ0pMni5OXm_3hGrsAG49xgmfljRpYvU/view?usp=sharing

    Thank you in advance
    Alex

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #21264

    Hi Alex,
    Thank you for for the kind words and using Community Builder.

    Please visit Dashboard->Appearance->Styling->Additional Css and add these lines

    
    
    .item .user-last-activity-update {
     display:none;
    }
    
    

    That will remove it.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 2
    Alex on #21269

    Brajesh

    Thank you so much that fixed it!

    Best regards
    Alex

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #21271

    Thank you Alex.
    I am glad it worked.

    Regards
    Brajesh

The topic ‘ [Resolved] hide user recent activities from members directory page’ is closed to new replies.

This topic is: resolved