1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Change the Background Color of the Mobile Menu Display

How to Change the Background Color of the Mobile Menu Display

Introduction

The BuddyBoss mobile menu panel uses the theme’s default background color. You can override this by adding a small CSS snippet in the Theme Options to match your brand or improve readability on mobile devices.

Custom Workaround

  1. Go to BuddyBoss > Theme Options.
  2. Under Custom Codes, Enable CSS.

Append the following CSS:

.bb-mobile-panel-wrapper .bb-mobile-panel-inner {

  background: #AFAFAF;

}
  1. Save Changes.

Note: Any modifications are considered “custom work.” You may review our Support Policy for details.

Troubleshooting and FAQs

Q: The mobile menu background didn’t update—what should I check?
A: Clear any site, CDN, or browser cache. Also verify your device is in a mobile viewport (under 768px width) when testing.

Q: Can I use a gradient or image instead of a solid color?
A: Yes—just replace the background property with a gradient (e.g., linear-gradient(…)) or background-image: url(…).

Q: How do I revert this change?
A: Remove or comment out the CSS snippet from Custom Codes and save the Theme Options.

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