@victord34, you should be more explicit i guess.
There is no member page, and the one created at BP activation process is only for internal purpose. Depending of the context, different things are showed at this place.
On the members template, the php is
<?php bp_get_template_part( 'members/members-loop' ); ?>
you must select a page to view the list of members above. but the page I chose it is impossible to define a background or insert the css code in the page.
So I would create a wordpress pages. define my css. AND make an “includephp” of “member list” page in div or other.
If your goal is to style the member diretory, which is set by default, you have to style it through CSS or modify the template from ithin a child theme. You can’t do this by adding a personnal template as for an usual WP page, to the BP (internal) page named Members.
BuddyPress Components and Features
BuddyPress Theme Development
Add BuddyPress Styles to a Theme