Concern:
A file icon beside the menu item on their footer even though there’s no icon selected. This only started to appear after they updated to the affected BuddyBoss version.
Resolution:
Try using custom code first as the behavior might be from the update.
Please follow the steps below:
1. Go to BuddyBoss – Theme Options
2. Under Custom Codes, enable CSS
3. Append the following:
ul#menu-footer-menu i.bb-icon-file {
display: none;
}
4. Save changes.
Screenshots
Without code

With code
