Introduction
BuddyBoss does not provide a built-in option to hide the header on all pages except the homepage. You can use a simple CSS snippet to hide the header site-wide while keeping it visible on the homepage. The focus keyword for this guide is Disable Header Display.
Custom Workaround
- In your WordPress admin, go to BuddyBoss > Theme Options
- Under Custom Codes, toggle Enable CSS to On
- Paste the following CSS:
body:not(.home) .site-header {
display: none;
}
Click Save Changes
Any custom code is considered “custom work.” Please review our Support Policy for more details.
Troubleshooting and FAQs
Q: The header is still visible on other pages, what should I check?
A: Ensure the CSS was pasted exactly as shown and that Enable CSS is turned on. Clear your site cache, caching plugin, or CDN cache if necessary
Q: Can I show the header on specific pages besides the homepage?
A: Yes. Add additional page-specific CSS selectors or classes similar to .home to target those pages
Q: Will this affect the homepage header?
A: No. The CSS ensures the header remains visible on the homepage
Q: Who can I contact for further assistance?
A: Submit a support ticket through your BuddyBoss account dashboard for personalized help