By default, the platform does not have this option. You can use the following CSS code to hide the BuddyPanel on certain pages.


Please follow the steps below:


1. Go to BuddyBoss > Theme Options

2. Under Custom Codes, enable CSS

3. Append the following:


.page-id-4798 .buddypanel {
   display: none;
}
.page-id-4798.bb-buddypanel:not(.register) .site,
.page-id-4798.bb-buddypanel:not(.activate) .site {
    margin: 0;
}
.page-id-4798.bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header {
    width: 100%;
}
Change the number in "page-id-4798" based on "page id". If the page ID is 123, then the target will be "page-id-123".


4. Save changes.


Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/



How to find your page ID

1. On your WordPress dashboard, click on Pages > All Pages


2. Select the page that you need to find the ID for. For this instance, I have chosen About page. 

3. Once the page is opened, you need to look at the URL in your web browser’s address bar. Here, you will find the page ID number displayed within the page URL.