1)
Please add this to your child theme functions.php
file.
add_action( 'sf_team_article_end', 'sf_post_pagination', 5 );
Then, please add this to your Theme Options => CSS:
.single-team .post-pagination-wrap h6,
.single-team .blog-item-details {
display: none;
}
2) You want to add a different menu to your single team member pages?
Thanks.