Anchored - How to remove opacity from header image
If you'd like to remove the white opacity that appears over the top of the header image, you can add the following snippet of code to Appearance > Customize > Additional CSS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.site-header::before { | |
background-color: rgba(255,255,255, 0); | |
} |