- This topic has 4 replies, 2 voices, and was last updated 7 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Graduate Pro › Hide Header Images
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.
Just following up on this question. Thank you!
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!!
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?
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 🙂 .
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. |