In your style.css, look for:
.page-title {
background: whiteSmoke;
border-bottom: 1px solid #DDD;
color: black;
font-size: 24px;
margin-bottom: 30px;
padding: 4px 8px;
}
just set background to none.
Maybe this will affect some other elements on the page. If you want to do ONLY on this part, you can create a class (below from .page-title, so it will overwrite) with the background:none too.