• Resolved johannakoo

    (@johannakoo)


    Hi,

    I would like to remove header image from my blog page (posts page) which is static page. Can I remove header image only from one page not from all?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Miha

    (@mplusb)

    Hello @johannakoo,

    Please add this code in Appearance > Customize > Additional CSS:

    .blog #pagetitle {
    	display: none !important;
    }

    Warmly,
    Mihaela

    Thread Starter johannakoo

    (@johannakoo)

    Hi,

    Thanks for your tip. I managed to remove image from the blog page, but can I make the same for individual blog post? Now in my posts there is header picture and article picture and images are same.

    If header image removal is impossible then how to change it to different image?

    Thanks!

    Miha

    (@mplusb)

    Sure!
    Please use this code:

    .single-post #pagetitle {
    	display: none !important;
    }

    Warmly,
    Mihaela

    Thread Starter johannakoo

    (@johannakoo)

    Thank you for the help. Both tips are working in my web page.

    jhiatt4

    (@jhiatt4)

    Hi Mihaela! 🙂

    Piggy-backing onto one of Johanna’s questions – is there a way to change the header image on individual blog posts so that the header image isn’t the same as the blog image?

    Thanks!

    Miha

    (@mplusb)

    Hi @jhiatt4,

    Unfortunately, no 🙁
    The theme was designed to take the post’s featured image as the header.
    I could send you a code to add a general one for all your blog posts though. Would that help?

    Best wishes,
    Mihaela

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove header image from blog/post page only’ is closed to new replies.