Dear Team,
1) We would like to display "firstname lastname" for every member. I know that we can set this from user edit option "Display name publicly as" but I want every user with the same display name option. I cannot do this manually for every account. Users are using mobile number as username and which is reflecting on members list page.
2) On the members list page I don't want to show "VIEWING 1 - 20 OF 2,292 MEMBERS", kindly provide a css code which will remove this from members list page.
1 .Well there is no setting available for that as of now joining first and last names . You have to ask users to put full name in name field while registering or trnaslate the placeholder there using :
https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/
that string name is in buddypress .
2 .
div#pag-bottom div#member-dir-count-bottom {display:none;}