Home Forums Pro Themes Myself Pro Header image instead of featured image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #105628
    Ion Andrei
    Participant

    I would love to know how can i make it possible to display the Header image for pages, instead of featured image of the page. (That goes also for the posts)

    #105687
    wensolutions
    Keymaster

    Hello @amroth,

    Please remove the featured image from the page edit screen and doing so will display the image added in the Header image section by going to Admin Panel > Appearance > Header Image.

    Hope this helps.

    Thank you.

    #105782
    Ion Andrei
    Participant

    I have already done that, but the point was to display the featured image of a page only into Home Page sections, if you know what i mean.

    #105785
    wensolutions
    Keymaster

    Hello,

    If you want to remove the header image from the single page then you can add below given CSS.

    div#page-site-header {
        background-image: unset !important;
    }

    So, you do not need to remove the featured image and the image from here will be displayed in the other section of the front page.

    Hope this helps.

    Thank you.

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