Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #217217

    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.

    #217238

    Hey!

    Try adding this code to the Quick CSS:

    .breadcrumb-trail{
    display: none;
    }

    Cheers! 
    Josue

    #217524

    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.

    #217526

    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

    #217527

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Title on Home Page?’ is closed to new replies.