airgov
H
Add this code in custom.css file and increase opacity value too show image brighter
For slideshow
.slideshow .img-bg {
opacity: 0.2;
filter: alpha(opacity=20);
}
For masthead
div.ja-masthead:before {
background-color: #252525;
opacity: 0.8;
filter: alpha(opacity=80);
}
Regards