1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Change the Privacy Status Background Color

How to Change the Privacy Status Background Color

Introduction

BuddyBoss displays a privacy status selector when posting activities, using a default background style. You can customize the background color of this privacy status element with a small CSS snippet to better match your site’s branding or improve visibility. This guide explains how to change the Privacy Status Background Color on the activity post form.

Custom Workaround

Before proceeding, make sure you have a complete site backup.

  1. Go to BuddyBoss > Theme Options in your WordPress admin dashboard
  2. Open the Custom Codes section
  3. Enable CSS
  4. Add the following CSS code:
#whats-new-form #bp-activity-privacy-point {

    background: #000000 !important;

}

Replace #000000 with any hex color code you prefer.
  1. Click Save Changes

Note: Modifications are typically considered custom work, but we are making an exception in this case. Please review the BuddyBoss Support Policy.

Troubleshooting and FAQs

Q: The background color did not change after saving.
A: Clear your browser cache and any caching plugins, then reload the page.

Q: Can I use a different color format instead of hex?
A: Yes. You may use RGB or RGBA values if preferred.

Q: Will this affect other elements on the activity form?
A: No. This CSS targets only the Privacy Status background element.

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 for validation purposes and should be left unchanged.
This field is hidden when viewing the form

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