I need to control background image opacity. I tried to use Opacity option, but it effects all header elements. Can I reduce opacity of background image in this code?
.header-container {
width: 100%;
background: url(/images/header-bg6.png) repeat;
display: block;