Hi,
I’m working on a new site and I would like to remove the title/breadcrumbs container on the home page only. I found your suggestion to go to functions-enfold.php and comment out:
‘html’ => “<div class='{class} title_container’><div class=’container’><{heading} class=’main-title entry-title’>{title}</{heading}>{additions}</div></div>”,
But how do I do this only on the home page? Also, once I do this, it messes up the top menu.
The site and user login credentials are below.
Thanks,
Gabe
Hey connect4consulting!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS field put the following:
.home .breadcrumb-trail {
display: none !important;
}
Best regards,
Günter
Hey!
Please use following code instead
.home .title_container {
display: none!important;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
.home div#main {
padding-top: 117px!important;
}
Cheers!
Yigit