i'd like to make the black bar (behind text) on the slider to be have more opacity -- is this possible? i've been looking, and haven't found it yet ...

thanks! :)

Comments

BhumikaVarshney’s picture

Issue summary: View changes
Status: Active » Needs review

Hi,
I have added the code in the comment so you can target this class and change the opacity of the black bar as per the requirement.
#header-image-text {
background: black;
opacity: 0.5;
}