If I understand this correctly, you are hoping to apply an overlay color on top of your slider?
If that’s the case you would have to do that on the slider itself (using whatever plugin you created the slider with) and not through the page header options.
As for the social icons, try this CSS:
.header-widget .icon-set-lsi_widget-6 a {
background-color: rgba(255,255,255,0.75) !important;
}