Home Forums Pro Themes Graduate Pro Hide Header Images

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #66650
    Emily Friedrich
    Participant

    Hi!

    I am wondering how to hide the header image on my post pages? I don’t want one to display at all, but setting it to “none” just displays the demo image.

    #67178
    Emily Friedrich
    Participant

    Just following up on this question. Thank you!

    #67179
    wensolutions
    Keymaster

    Hello @efriedri,

    First of all our sincere apology for the delay in replying to you.

    Now to remove the header image completely from the single posts use given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .single section#banner-image {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    #67244
    Emily Friedrich
    Participant

    No problem – you are very helpful!

    This code seems to work for posts, but not for site pages. Is there a code for pages, too?

    #67270
    wensolutions
    Keymaster

    Hello @efriedri,

    To remove the header image from pages use below given CSS.

    .page section#banner-image {
        display: none;
    }

    Hope this helps.

    Any further issues are always welcome.

    Thank you.

    Best Regards!!

    Have a good day 🙂 .

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.