Tagged: Home, remove title
I have set up a static page to be my home page on the Enfold page that is titled “Home” How do I eliminate the title and the “You Are Here: Home” as well??
Many thanks in advance.
Hey!
Try adding this code to the Quick CSS:
.breadcrumb-trail{
display: none;
}
Cheers!
Josue
Josue-
That eliminates the “You Are Here”, but it does not eliminate the page title that shows up to the left of the page. I need to eliminate that just for the home page. Any ideas? In the theme Demo, the HOME title does not show up on the home page.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .title_container { display: none; }
It will remove the whole bar from homepage
Regards,
Yigit
I found the answer, Josue.
For anyone else who is looking, there is a section on each page that allows you to turn off the Page Title and the Breadcrumbs. I totally overlooked it.