Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #331617

    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

    #331765

    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

    #332483
    This reply has been marked as private.
    #332489

    Hey!

    Please use following code instead

    .home .title_container {
    display: none!important;
    }

    Regards,
    Yigit

    #332559
    This reply has been marked as private.
    #332562

    Hey!

    Please add following code to Quick CSS as well

    .home div#main {
    padding-top: 117px!important;
    }

    Cheers!
    Yigit

    #332575
    This reply has been marked as private.
    #332945

    Hey!

    Please go to Enfold > Header > Extra Elements panel. Enable the Append search icon to main menu.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.