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
- Go to BuddyBoss > Theme Options.
- Under Custom Codes, toggle on Enable CSS.
Append the following CSS:
.single-post .entry-content p {
font-size: 16px;
line-height: 30px;
}
- Save Changes.
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.