When I select Landing Page……

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14996
    javajoba
    Customer

      When Landing Page is selected I can see the Secondary navbar,
      is it possible to take it out?

      Jack

      #15001
      Eric
      Customer

        That’s weird, it’s not supposed to show up. Do you have a link to your site? I can look and give you the code you would need to remove it from showing up.


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

        #15038
        javajoba
        Customer

          Sorry it took so long to get back to you Eric, some fires turned into ,,, big fires :~)

          here’s the link
          http://willtrav.com/mjwedding/

          #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

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