Featured Image on normal posts

Hello,

when publishing a new blog post and setting a featured image it automatically gets added in the background of the header (jobhive). I don’t want this - How can I turn it off? Of course I can hide the header with css but the image also goes up behind the navbar and this I can’t hide for obvious reasons.

Anyway I still want to be able to set a featured image on blog posts due to SEO reasons.

Thanks!

Hi,

Yes, this is the expected behavior because this is the design of the theme. From our side, we can provide a CSS snippet to overwrite the header background in blog posts (not hide the same image in Appearance > Customize). Let us know if this works for you.

Yes that would be nice

Hi,

Please try to use this CSS snippet:

.single-post .site-header {
background-image: url(image URL here);
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.