Missing Header on single posts and pages

Hey, there.

Loving the illdy theme and these forums. Really helped me out a lot.

I’m trying to set up the header image for a single page. When I customize it in Blog Options > Blog Archive Header Image I can upload images and it shows up fine in the preview, but when I check it outside of customize the image doesn’t load leaving a blank white space. When I load up the archive page it’s there. Any thoughts? Would really be helpful

I was able to fix it myself by using this CSS code

.page-id-20 #header {
	background-image: url(http://www.becneillmedia.com/wp-content/uploads/2016/11/12185477_10205274203039887_4238240509918163087_o.jpg);
	background-attachment: fixed;
}

But when doing for a different site you would want to change the Page ID to the page you want and the URL to the image you want.

That’s great news, I’m happy that you got everything working alright.

Regards