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


Home › Forums › Pro Themes › Educollege Pro › Hide Featured Image in a single page
How can I hide the featured image for a single page of post in the Educollege Pro theme?
Hello,
Regarding your query, please provide us with your site URL so that we can inspect further and help you with the CSS.
Regards.
Hello,
Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the featured image from the pages.
.page #page-site-header {
display: none;
}
Hope this helps.
If you have further queries, let us know.
Regards.
Thank you. But I want to remove the page header from a single page.
How do I do that?
Nevermind… I found the CSS for this.
.page-id-#### #page-site-header {
display: none;
}
Hello,
Glad you found the work around.
Regards.
| 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. |



