Introduction
Profile pictures are displayed in all discussions by default, which may not be necessary for every community. This guide explains how to remove the profile picture from all discussions, creating a cleaner look for your forums.
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:
#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar {
display: none;
}- Click Save Changes.
Troubleshooting and FAQs
Q: Profile pictures are still visible after adding the CSS.
A: Clear your site cache and browser cache, then reload the forum page.
Q: Will this affect user avatars in other areas of the site?
A: No. This only removes profile pictures in forum discussions.
Q: Can I restore the profile pictures later?
A: Yes. Remove the CSS code and save your changes.