Hi @DeeDesign,
Please also add this custom CSS:
.x-navbar .desktop .x-nav > .current_page_item > a {
box-shadow: 0 2px 0 0 #d4947c;
}
Please navigate to X > Theme Options > bbPress & BuddyPress > change the layout to Fullwidth:


If you just want to change the layout of Groups and Forums pages, please add this custom CSS instead of changing under Theme Options:
body.groups .x-sidebar,
body.forum-archive .x-sidebar {
display: none;
}
body.groups .x-main,
body.forum-archive .x-main {
width: 100%;
}
body.groups .x-container.main:before,
body.forum-archive .x-container.main:before {
display: none;
}
body.groups .entry-wrap,
body.forum-archive .entry-wrap {
background: #fff;
}
Hope it helps 