Add CSS opacity to header image
-
Hello.
Is anyone able to tell me which part of the CSS in the Twenty Seventeen theme I need to change to alter the opacity of the header image?
The closest I can manage is to get the bottom of the header image to go dark using this CSS:
.custom-header-media:before {
background: rgba(0, 0, 0, 0.4);
}But, this only changes the background on the title/ logo and site description. I just can’t seem to figure out what the correct CSS selector is to alter the appearance of the whole header image.
You can see the site at https://easyopt.website/amoresunderland/.
Thanks in advance for any help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add CSS opacity to header image’ is closed to new replies.