Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,841
- How-to & Troubleshooting
- 129,856
- Creating & Extending
- 25,886
- Requests & Feedback
- 9,530
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,387
- Miscellaneous
- 9,177
-
i’d try removing the logo something like this in your functions.php or bp-custom.php…
remove_action( ‘bp_adminbar_logo’, ‘bp_adminbar_logo’ );
…and try applying your welcome message start here & here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/modifying-the-buddypress-admin-bar-not-working-in-bp-customphp/
https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/