Introduction
The Export Data option appears in account settings by default, which may not be necessary for all sites. This guide explains how to remove the Export Data option in account settings, simplifying the user profile menu.
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:
li#export-personal-li {
display: none;
}- Click Save Changes.
Troubleshooting and FAQs
Q: The Export Data option is still visible after adding the CSS.
A: Clear your site cache and browser cache, then reload the account settings page.
Q: Will this affect other account features?
A: No. This only hides the Export Data option in account settings.
Q: Can I restore the Export Data option later?
A: Yes. Remove the CSS code and save your changes.