Hi kmanek1
You can customize the background color of the 2 sections by adding CSS to the templates/ja_focus/css/custom.css file
- The first background color css:
.t3-wrapper {
background: #ffffff;
}
- The second background color css:
.container-hd {
background: #fff;
}
For the second section background, if you change it, you may need to customize style for other sections inside the container.
Best regards.