How to remove header from the bbPress forum homepage
-
Hi,
I’d like to remove the header from all bbPress pages on my site, but can’t quite figure it out!
I’m using the theme Total, and advice from the theme creator was to put
.ht-main-header{display:none;}
in Appearance > Customise > Additional CSS. This worked, but removed the header from all pages across the website and forum. I’d like to keep the header on all main website pages and only remove it from bbPress pages.The main forum is here: https://economy10.com/f/
I can remove the header from an individual page by adding
.postid-994 .ht-main-header{display:none;}
but this is only for a specific page. How can I do this for all forum pages?I’m relatively new to using wordpress/bbpress (and don’t really understand CSS tbh!) so any advice would be greatly appreciated.
Cheers
Mark
- You must be logged in to reply to this topic.