Open up header.php in your theme and remove it. It’s probably a li item. Just search for “Groups” in the file and you should be able to find it easily
there was no header.php, but there was a functions.php which only contained this:
<?php define( 'BP_DTHEME_DISABLE_CUSTOM_HEADER', true ); ?>
so i changed it to false and reuploaded it via ftp, I am clueless on what to do now.
If I recall, fishbook theme is a child theme of bp-default theme. So if there’s no header.php there, download a copy here https://trac.buddypress.org/browser/tags/1.2.8/bp-themes/bp-default/header.php – download link at the bottom of the page. Delete lines 61-64, then upload to server wp-content/themes/fishbook folder
It got this error when I go to the website after deleting lines 61-64 and uploading:
Parse error: syntax error, unexpected T_ENDIF in /home/content/93/6562893/html/wp-content/themes/fishbook-buddypress-buddypack/header.php on line 67
EDIT: I fixed this by going to line 67 and deleting it then reuploading. Works great! Thank you very much.