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
Hi,
You can add this on your custom.css or Quick CSS
.single .main-title {
display: none;
}
Regards,
Ismael
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?
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
Hi,
I’ve done what Devin suggested above and now I can’t access my site: http://www.entraepreneur.com . Help?
Hey!
Try to use ftp and replace /wp-content/themes/enfold/functions.php with the original file.
Best regards,
Peter