Remove Menu from Landing Page on Epik

Homepage Community Forums Epik Theme Support Remove Menu from Landing Page on Epik

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14383
    sabrinaespinal
    Customer

      How do I remove the primary menu from the Landing Page on Epik. I actually have never seen a menu on a “landing page” and the demo shows the landing page without a menu.

      I have version 1.2 but I also loaded version 1.4 on another site and the menu remains on the landing page.

      See my test landing page http://sabrinacompany.com/test-landing-page

      Thanks

      #14408
      Jessy
      Customer

        I think it’s because they’re using the custom menu in the header widget area, and you’re using the primary menu.

        You should be able to remove it by adding this code to your landing page php file –

        remove_action( 'genesis_after_header', 'genesis_do_nav' );

        Or you could just use css to have it removed visually by adding this –

        .epik-landing .head-wrap {
            display: none;
        }
        #14434
        sabrinaespinal
        Customer

          Thanks a million. Your solution with the code is perfect.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Remove Menu from Landing Page on Epik’ is closed to new replies.