Introduction
The profile drop-down menu displays the user’s name, image, and nickname by default, which may not be necessary for all sites. This guide explains how to remove the name, image, and nickname on the profile drop-down menu, creating a cleaner and more private user interface.
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:
#header-aside .header-aside-inner .sub-menu .wrapper ul.sub-menu-inner li:first-child {
display: none;
}- Click Save Changes.
Troubleshooting and FAQs
Q: The name, image, and nickname are still showing.
A: Clear your site cache and browser cache, then reload the page.
Q: Will this affect the profile elsewhere on the site?
A: No. This only hides the information in the profile drop-down menu.
Q: Can I restore the name, image, and nickname later?
A: Yes. Remove the CSS code and save your changes.