- This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by .
 
Viewing 4 posts - 1 through 4 (of 4 total)
	
Viewing 4 posts - 1 through 4 (of 4 total)
	
- You must be logged in to reply to this topic.
 


Home › Forums › Pro Themes › Myself Pro › Header image instead of featured image
Tagged: featured image, header image, Media display
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)
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.
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.
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.
| Cookie | Duration | Description | 
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". | 
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". | 
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". | 
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. | 
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". | 
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. | 



