Introduction
Group pages include a Photos tab by default, which may not be needed for every community. This guide explains how to remove the “Photos” tab from the group page, helping you simplify the group navigation and focus on essential content.
Custom Workaround
Before proceeding, make sure you have a complete site backup.
- Go to BuddyBoss > Theme Options in your WordPress admin dashboard.
- Open the Custom Codes section.
- Enable CSS.
- Add the following CSS code:
#photos-groups-li.bp-groups-tab {
display: none;
}- Click Save Changes.
Troubleshooting and FAQs
Q: The Photos tab is still visible after adding the CSS.
A: Clear your site cache and browser cache, then reload the group page.
Q: Will this affect photos uploaded elsewhere on the site?
A: No. This only removes the Photos tab from group pages.
Q: Can I restore the Photos tab later?
A: Yes. Remove the CSS code and save your changes.