I’m working on a new theme. I want to move the dark gray top navigation bar – wp-admin-bar? – somewhere else, but it’s not part of the header in the default theme.
Apparently somehow it’s part of the footer, but it’s also not in footer.php in the theme. I see it’s generated by a function bp_core_admin_bar() in bp_core_admin_bar.php with an admin_bar.css.
That bar is way too dominant/distracting. It has too much functionality that is not vitally important for my site or is already available elsewhere on the page. How can I move that somewhere else?