Introduction
The blog category archive page title on your blog uses the theme’s default font size, which may not suit every design. You can easily customize it by adding a small CSS snippet via the Theme Options.
Custom Workaround
- Go to BuddyBoss > Theme Options
- Under Custom Codes, Enable CSS
Append the following:
body.archive header.page-header h1 {
font-size: 28px;
}
- Save Changes
Troubleshooting and FAQs
Q: My blog title size didn’t change—what should I check?
A: Clear your site, CDN, and browser caches. Verify you’re on an archive page (e.g., category or date archive), not a single post.
Q: How can I revert this change?
A: Remove or comment out the CSS snippet from Custom Codes and save the Theme Options.