Reply To: When I select Landing Page……

Homepage Community Forums Epik Theme Support When I select Landing Page…… Reply To: When I select Landing Page……

#15072
Eric
Customer

    I don’t see a secondary menu, but I do see the primary menu. The code in your landing template file should remove that from showing at all.

    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    remove_action( 'genesis_after_header', 'genesis_do_subnav' );

    Here is the demo – http://demo.appfinite.net/epik/landing-page/

    If it’s still showing up, then there must be something else overriding it. You can remove it with CSS by adding this –

    .epik-landing .head-wrap {
        display: none;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com