1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Change the Color of Icons in the BuddyPanel

How to Change the Color of Icons in the BuddyPanel

Introduction

Updating the icon color in the BuddyPanel can help align your site’s sidebar navigation with your brand’s color scheme and enhance visual clarity. Although the BuddyBoss Theme does not include a built-in setting for this, you can apply a simple CSS snippet to customize it.

Custom Workaround

To change the color of the icons within the BuddyPanel:

  1. In your WordPress Dashboard, go to BuddyBoss > Theme Options.
  2. Scroll to the Custom Codes section and toggle Enable CSS.

Append the following CSS code (replace red with your preferred color):

.bb-template-v2 .buddypanel-menu > li > .bb-menu-item > i:not(.bb-icon-angle-down) {

  color: red;

}
  1. Click Save Changes.

/for

Troubleshooting and FAQs

Q: The icon color didn’t change—what should I do?
A: Clear your site and browser cache, and ensure the CSS was added and saved correctly. 

Q: Will this affect dropdown arrows or other icons?
A: No. The selector specifically excludes .bb-icon-angle-down icons (e.g., dropdown arrows), so only main icons are affected.

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