Hello @hbrattain.
I’m looking for the same action … for some pages. And I have not found yet.
But more over, I would like to change the colored overlay!
Now as a theme is built like a kit furniture, may you could try to find a plugin which could desactivate/remove that sort of background images that looks like banners.
Or search in the code (editor), hoping that you created a child theme of course.
Good luck. Let’s keep in touch.
Prying that the developer will come around here. 😉
Because this theme is nice anyway.
-
This reply was modified 6 years ago by
Scribelle.
-
This reply was modified 6 years ago by
Scribelle.
The featured image of a particular post or page is displayed in the header as a background behind the post/page title.
If a post/page does not have a featured image, the header will default to the site-wide header image.
The default header image can be changed for any image you wish in Customize > Header Image.
In this customizer section, you can also change the default behavior, i.e. set posts to display their featured images if they exist, or to always use the default header image.
@scribelle the color overlay takes the ‘Color 2’ color option from the customizer, with an opacity of 0.3.
To change this, add this CSS snippet at ‘Additional CSS’, changing the background and opacity values to suit:
.entry-header.with-image:before,
.archive-header.with-image:before {
background: #e08b8b;
opacity: .3;
}
Thank you very much @uxl I as about to find the same snippet!
Really good job. It works fine now.
And thank you for your quick answer.
Sincerely