BuddyBoss Home – Web Support Forums Plugins BuddyPress Member Types How to turn the Member Type Count off

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #65007
    @donniechen

    Sorry if I’m spamming the Questions board, but these are issues I can’t seem to find a solution for on the web, as it pertains to BuddyBoss specifically.

    I’ve masked the default “All Members” count from Buddypress, but I would like to turn it off of the Member Types Menu in the Members Directory page.

    Please help. Thank you

    Answers

    #65822
    @donniechen

    Hi, I’m just wondering, it has been 5 days. will this question be answered?

    #66864
    @vapvarun

    Hi @donniechen
    You can use following css to hide span count.

    
    #buddypress #members-directory-form .item-list-tabs li span {
        display: none !important;
    }
    

    Regards
    Varun dubey

    #66881
    @donniechen

    @vapvarun great! that worked, thanks!

    #66887
    @vapvarun

    Great, I will close this thread
    Feel free to create new for any further queries.

    Regards
    Varun Dubey

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘How to turn the Member Type Count off’ is closed to new replies.