Are you using a child theme of bp-default or a WordPress theme with BP template pack plugin activated?
I’m using the buddypress packaged theme
1. Create a child theme of bp-default
– https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
2. Copy header.php from bp-default and paste in your child theme folder.
https://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-themes/bp-default/header.php
3. Open up header.php in your child theme folder. In the area below and insert the code in bold below.
`
<li class=”selected”><a href="” title=””>
- class=”selected”><a href="/about/” title=””>
`