Home Forums Pro Themes Educollege Pro Hide Featured Image in a single page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #131713
    ShouldGoRun
    Participant

    How can I hide the featured image for a single page of post in the Educollege Pro theme?

    #131739
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please provide us with your site URL so that we can inspect further and help you with the CSS.

    Regards.

    #131801
    ShouldGoRun
    Participant
    #131832
    wensolutions
    Keymaster

    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.

    #131870
    ShouldGoRun
    Participant

    Thank you. But I want to remove the page header from a single page.
    How do I do that?

    #131871
    ShouldGoRun
    Participant

    Nevermind… I found the CSS for this.

    .page-id-#### #page-site-header {
    display: none;
    }

    #131913
    wensolutions
    Keymaster

    Hello,

    Glad you found the work around.

    Regards.

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