- This topic has 1 reply, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Dark header’ is closed to new replies.
Hello
How can I make the header display the header image without darkening it?
Regards
Add this CSS to Customize > Additional CSS
.entry-header.with-image.full:before,
.archive-header.with-image.full:before {
background: transparent;
}
This code will remove the color overlay.