Idk what layout this is but if you want to change background-color it's most likely gonna be located in style.css. You can use the inspect tool in your browser to find it easier, right click on the area you want to change background color and choose inspect, if you look on the right side panel there will be all the styles influencing this item. Then when you find it, then you can use the find tool within the style.css and edit it.
Right click on it in chrome or firefox and inspect it using the code editor. You can then navigate around the page and find any css you would like to change.
Idk what layout this is but if you want to change background-color it's most likely gonna be located in style.css. You can use the inspect tool in your browser to find it easier, right click on the area you want to change background color and choose inspect, if you look on the right side panel there will be all the styles influencing this item. Then when you find it, then you can use the find tool within the style.css and edit it.