BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Hiding Buddypanel Tagged: big logo, buddypanel, hide buddypanel, left sidebar, logo, sidebar, small logo This topic has 32 replies, 8 contibutors, and was last updated 9 years, 1 months ago by Anonymous. Viewing 3 posts - 31 through 33 (of 33 total) ← 1 2 3 Question October 20, 2015 at 3:33 am #49143 Anonymous @ Hi @chaulan, you can also try this codes (add them in child theme’s function.php) with same css codes: /** Hide Buddypanel on all sites --------------------------------------------------------------------- */ add_filter('body_class','extra_body_class'); function extra_body_class($classes) { $classes[] = 'page-template'; $classes[] = 'page-template-page-no-buddypanel'; $classes[] = 'page-template-page-no-buddypanel-php'; $classes[] = 'left-menu-open'; return $classes; } Regards Pallavi Answers October 20, 2015 at 9:28 am #49172 Lan @chaulan It works! Thank you. October 21, 2015 at 8:52 am #49271 Anonymous @ 🙂 i will close this topic for now, Please create a new topic for any further queries. Viewing 3 posts - 31 through 33 (of 33 total) ← 1 2 3 The question ‘Hiding Buddypanel’ is closed to new replies.