Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25861

    Hi Enfold Team,

    How do I remove/hide the header on the blog post page?

    It says:

    “Blog – Latest News You are here: etc etc etc”

    This is already hidden on all of my custom pages. Can’t seem to find the setting to hide this for blog posts.

    Thank you

    #128448

    Hi,

    You can add this on your custom.css or Quick CSS

    .single .main-title {
    display: none;
    }

    Regards,

    Ismael

    #128449

    Thank you, Ismael. I’d like to to remove the header from all pages. It only shows the title and the “Breadcrumbs” which I don’t think is necessary for my pages and just takes up space.

    Can we eliminate that header altogether?

    #128450

    Hi maxosbon,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .title_container {
    display: none;
    }

    That should remove it everywhere in all instances.

    Regards,

    Devin

    #128451

    Hi,

    I’ve done what Devin suggested above and now I can’t access my site: http://www.entraepreneur.com . Help?

    #128452

    Hey!

    Try to use ftp and replace /wp-content/themes/enfold/functions.php with the original file.

    Best regards,

    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog Post Header’ is closed to new replies.