Introduction
By default, BuddyBoss does not provide a built-in option to hide the Email notification information and Email column in the Notification Settings page. If you want to simplify the notification interface and remove email-related details from view, you can do so using a custom CSS snippet.
Custom Workaround
Follow the steps below to hide the Email information text, Email column header, and Email column values in Notification Settings.
- Go to BuddyBoss > Theme Options
- Under Custom Codes, enable CSS
- Append the following:
div.notification_type.email_notification,
td.email,
th.email {
display: none;
}- Save changes.
Troubleshooting and FAQs
Q: Will this disable email notifications for users?
A: No. This only hides the email-related information visually. Email notifications will still function normally in the background.
Q: Does this affect admin notification settings?
A: This CSS applies to the front end Notification Settings interface. It does not change how notifications are managed or stored.
Q: Will this hide the Email column for all users?
A: Yes. This change applies globally to all users who can access the Notification Settings page.
Q: The Email column is still visible. What should I do?
A: Clear your site cache and browser cache, then verify that the CSS was added correctly. If the issue persists, submit a ticket to the BuddyBoss support team for further assistance.
Screenshots
Without Code:
With Code: