Home Forums Free Themes Education Hub Remove "Post Display Section"

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8488
    BaltimoreTom
    Participant

    How can I remove the Post Display Section as is shown in the demo?

    Thanks

    #8490
    wensolutions
    Keymaster

    Hello @BaltimoreTom, you need to set up your homepage as Static Page from Customizer under Static Front Page section. Blog posts will then removed from homepage.

    This way you will be able to setup your homepage through custom widget sections as well as through Appearance -> Customize section.

    Hope this helps. Thanks

    #8491
    BaltimoreTom
    Participant

    Thank you for your response. I have my site set exactly like that. I am trying to eliminate the “Post Display Section” as is shown as #8 on this page: http://themepalace.com/theme-instructions/education-hub-pro/#8.PostDisplaySection

    Thank you.

    #8494
    wensolutions
    Keymaster

    Well, so at the moment there is no option available to hide / remove the blog posts section manually.

    But it is possible through custom CSS which is quite not standard but yet works in this case.

    Please refer this thread for the solution :

    http://themepalace.com/topic/unable-to-disable-posts/

    Hope this will work for your as well!

    #8495
    BaltimoreTom
    Participant

    Perfect. Thank you very much.

    #8497
    BaltimoreTom
    Participant

    I’m sorry. I only want this to happen on the home page.

    #8516
    wensolutions
    Keymaster

    Hello @BaltimoreTom

    Hope you are doing well.
    Try adding below custom CSS.

    
    .home.blog .site-content {
        display: none;
    }
    

    OR else if it doesn’t work please post your site URL for more specific solution.

    Hope this will help you to resolve your issue.
    Let us know how it goes.

    Regards!!!

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