Right now there are many containers like site-content, container, bb-grid, etc. Just need a blank page where can pull in the WordPress loop on my own, etc.
By default, the platform and theme do not have this option. You can use the following CSS code.
Please follow the steps below:
1. Go to BuddyBoss – Theme Options
2. Under Custom Codes, enable CSS
3. Append the following:
/* buddy boss mods */ .page-id-877 #content{padding:0 !important;margin:0 !important;width:100% !important;} .page-id-877 .site-content{padding:0 !important;margin:0 !important;width:100% !important;} .page-id-877 .container{padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;} .page-id-877 .bb-grid{display:block !important;} .page-id-877 .site-content-grid{padding:0 !important;margin:0 !important;width:100% !important;flex:0 1 100% !important;} .page-id-877 img {padding:0 !important;} .page-id-877 .buddypanel {display:none !important;} .page-id-877 #page {margin:0 !important;} .page-id-877 .site-header-container {height:0px !important;position:fixed !important;margin:-100px 0 0 0 !important;} .page-id-877 .footer-bottom {display:none !important;}
Note: You may override it all with CSS using the page ID.
4. Save changes.