If you want to change the overlay color and opacity for every header content (Terra Slider and normal featured image) you can adjust these values:
.header-image .overlay {
background-color: #000000;
opacity: 0.7;
}
If you want to change them only for the Terra Slider use this:
.terra-themes-header-slider .header-image .overlay {
background-color: #000000;
opacity: 0.7;
}
The opacity is a number between 0 and 1 where 1 is fully visible and 0 is invisible.