There are a couple of ways to remove the footer text. If you are using the Boss theme or OneSocial theme you can easily turn off the copyright text via Dashboard > BuddyBoss > Footer > Copyright Text > Off.


If you are using the Boss theme you will need to add the following code to your custom CSS:

footer .footer-credits{display:none;}