1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Change the Color of the BuddyBoss Send Message Icon

How to Change the Color of the BuddyBoss Send Message Icon

Introduction

The BuddyBoss Platform doesn’t include an option to style the private-message send icon by default. You can easily change its color by injecting a small custom CSS snippet.

Custom Workaround

  1. In your WordPress admin, go to BuddyBoss > Theme Options.
  2. Under Custom Codes, enable CSS.

Append the following CSS:

#message-new-submit:before, #message-reply-new-submit:before{

  color: #B50000;

}

#message-new-submit, #message-reply-new-submit{

  background-color: #000;

}

  1. Click Save Changes.

Note: Any custom code is considered “custom work.” You may review our Support Policy for details: https://www.buddyboss.com/support-policy/

Troubleshooting and FAQs

Q: The icon color didn’t change—what should I check?
A: Ensure you enabled Custom Codes > CSS, clear any caching (plugin or CDN), and refresh the page.

Q: I need a different color—can I adjust the snippet?
A: Yes. Replace #B50000 with any valid hex, RGB, or named color.

Q: Will this affect other icons?
A: No. The CSS targets only the private-message send icon on member profiles and footers.

Q: How do I revert the change?
A: Remove the CSS snippet and save changes; the icon will return to its default styling.

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Support

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.

Not recently active