i want our featured image in the background and blurred behind the same image in the post. i’m almost there.
i used this php and made a after header hook, i left the settings as is for my post. so far so good. .
https://generatepress.com/forums/topic/how-can-i-make-featured-images-full-width/#post-597427
but when i apply this css (to the div or the img), the header image comes to the front and overlaps the content. why?
div.featured-image-in-header {filter: blur(8px); -webkit-filter: blur(8px);}