Header image in the BLOG's post site [HELP!]

Hi!

I know that the header image in posts is taken from the blog posts, from featured image and could not be altered but is there any option to delete? I would have white background or my main photo (from the main blog site)

  • second problem – if the background in a single blog post header will be white, Is there any possibilities to change the menu color only in the blog site? Please HELP

Taknks a lot!

Hello there,

I hope you are doing well today.

You can change the blog header image via Appearance > Customize > Blog Options > Blog Archive Header Image.

The following CSS can be used to change the menu font color:

.blog .header-navigation ul li a {
    color: red;
}

Best Regards,
Support

Thanks for response, but I mean single post’s header image - not BLOG HEADER IMAGE - when post sth in my blog in post’s window I have ugly big photo from the post inside - do you understand? Can I make it dissapear?

Hello there,

This CSS code would be more suitable:


#header {
    background-blend-mode: overlay;
    background-color: white;
}

.post #header .bottom-header h1 {
    color: black;
}

.post #header .top-header .header-navigation ul li a {
    color: black;
}

Best Regards,
Support

Thanks for response but It makes wohole my header white even in main page :frowning: (jumbotron section)
I wanted only blog post’s header white ;/