1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the Information About Email and the Email Column in Notification Settings

Hide the Information About Email and the Email Column in Notification Settings

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.

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following:
div.notification_type.email_notification,

td.email,

th.email {

    display: none;

}
  1. Save changes.

Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/

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:

Was this article helpful?

Related Articles

Subscribe to Our Newsletter

Stay In Touch

Subscribe to our Newsletter, and we’ll send you the latest news from BuddyBoss

  • This field is hidden when viewing the form
  • This field is for validation purposes and should be left unchanged.

To speak to our Agency consultant, fill in the form found at our Contact Page.

  • Get Started

    Enter your name and email address to get started with your project...

  • This field is for validation purposes and should be left unchanged.