Follow the instructions below to hide the background images in the Community feature.
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3) Scroll down to the Advanced SCSS box. If there is already code in the box do not delete it! Simply add this code “below” the last character of code in the box.
/*** BEGIN: COMMUNITY - HIDE BACKGROUND IMAGES ***/
/*** signup setps bg img hide ***/
.community-view.commu-signup:after{
display:none;
}
/*** dashboard backround img hide ***/
.community-view .search-anim{
background-image: none;
}
/*** group bg img hide ***/
.community-view .grp-bg:after {
background-image: none;
}
/*** END: COMMUNITY - HIDE BACKGROUND IMAGES ***
4) Click Save.