I found the answer. It was a css tweak.
public_html -> wp-content -> themes -> boldgrid-venetian -> css
open color-palettes.css
search for site-header
change line:
.palette-primary .site-header .widget.well{background:rgba(255, 255, 255, .7);
to
.palette-primary .site-header .widget.well{background:rgba(255, 255, 255, 1);
That will make the top box solid white.