1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Adjust Blog Font Size and Paragraph Line Height

How to Adjust Blog Font Size and Paragraph Line Height

Introduction

The BuddyBoss Theme doesn’t offer built-in controls for blog text size or paragraph spacing. With a small CSS snippet, you can customize your post typography to improve readability and match your brand’s style.

Custom Workaround

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

Append the following CSS:

.single-post .entry-content p {

  font-size: 16px;

  line-height: 30px;

}
  1. Save Changes.

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

Troubleshooting and FAQs

Q: My changes aren’t showing—what should I check?
A: Clear any caching layers (page cache, object cache, CDN) and reload your blog post.

Q: How do I revert these changes?
A: Remove or comment out the CSS rule you added under Custom Codes and save.

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