Hello,
Background for USER2 is defined in template_css.css file:
Code:
.user2row div.container {
background: url(../images/custom/volunteer_bg.jpg) no-repeat;
padding: 100px 0;
}
Background for BOTTOM is defined in template_css.css file:
Code:
.bottomrow {
background: url(../images/custom/bottom_bg.jpg);
background-size: cover;
border-top: 5px solid #ffcc33;
padding: 100px 0 150px;
}
You should make your edits there.
Thanks,
Milos