BuddyBoss Home – Web Support Forums Themes Boss. theme Showing to many member options – help

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

    #51883
    @universeoflove

    Hi,

    I just bought member types for $29 and add them to show in the directory but the other roles are still showing. How Can I delete them?

    I only want to show ‘Student’ and ‘Teacher’ not the other roles.

    Thanks

    Answers

    #51923

    Anonymous
    @

    Hi @universeoflove, Please add this css codes in your custom.css file

    li#members-personal { display: none !important;}
    li#members-group_leader { display: none !important;}
    li#members-following { display: none !important;}
    li#members-group_leader { display: none !important;}
    li#members-all.selected { display: none !important;}

    Regards
    Pallavi

    #52244
    @universeoflove

    Thanks but now it is showing students twice. See attached.

    Is there something I can do?

    #52267

    Anonymous
    @

    Hi @universeoflove, Please add this css codes in your custom.css file

    
    li#members-Students { display: none !important;}
    

    Regards
    Pallavi

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Showing to many member options – help’ is closed to new replies.