Hi,
Thank for your review.
Q: I want to change the 2nd header to be solid blue?
Ans: Edit your style.css files
code:
.about-ban {
background: url(../img/banner-new.png) right center repeat;
overflow: hidden;
}
Change the above class background color like solid blue.
Remove this: background: url(../img/banner-new.png) right center repeat;
Add this: background-color: your color code;
if you need more clarification let us know.