⚡️Cyber Monday Flash Sale 70% Off:
H :
M :
S
⚡️
  1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Add a Box Background with the Blog Page Content

How to Add a Box Background with the Blog Page Content

Introduction

The BuddyBoss Theme doesn’t include a built-in option to wrap your blog content in a styled box with rounded corners. With a simple CSS snippet applied via Theme Options, you can achieve a polished, bordered layout for all your posts.

Custom Workaround

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

Append the following CSS:

.entry-content-wrap {

  background: var(--bb-content-background-color);

  border: 1px solid var(--bb-content-border-color);

  border-radius: var(--bb-block-radius);

  transition: all linear .2s;

  padding: 20px !important;

}
  1. Save Changes.

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

Troubleshooting and FAQs

Q: I don’t see the box—what should I check?
A: Clear any caching layers (page cache, CDN, browser cache) and reload the blog page.

Q: How do I remove this styling?
A: Delete or comment out the CSS code under Custom Codes and save.

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.