Hi Kevin,
It seems that you have used bottom section(green border content) within main content part. Please use the ‘Inset Bottom’ widget to display the bottom widget, so that you can easily customize that section. follow the step below to find the ‘Inset Bottom’:
=>Goto=>Appearance => Widgets=> Inset Bottom(Add the content here for bottom inset):
Please add the code of css below to change background color of inset bottom:
.lr_widget_inset_bottom .container {
background: #ddd; /* Your color code here */
}
Note: use the custom css plugin or child theme stylesheet to write the css.
Thanks