badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How to get rid of the Primary Navigation menu?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #38813
    contacto
    Participant

    I want to completely eliminate the page header that contains the logo and the primary navigation menu. I achieved that by:
    – Appearance > Menu > Location > Primary Navigation > — Select a Menu — (nothing configured)
    – Appearance > Customize > Ambition Theme > Header Options > Disable Both (no logo)

    I tested it an it works on my Laptop and iPad, but when viewing the website using an iPhone the menu is still there. It’s an empty menu, but the icon appears on the top of the website. I am using the plugin Exclude Pages from Navigation to hide the pages, but the empty menu is still visible.

    http://www.englishcoachmadrid.es/

    Any suggestions?

    Thanks and regards,

    Juan.

    #38836

    hi contacto,

    Go to dashboard-> appearance-? customize -> ambition theme options -> custom css and add this below css code

    .menu-toggle{
      display:none;
    }

    Hope this may help you
    Thank you!

    #38839
    contacto
    Participant

    It works like charm.

    Thanks!!

    #38901

    Great contacto
    🙂

    #93095
    tritto.fla
    Participant

    Hi,
    I am trying to do the same and thanks to the code
    .menu-toggle{
    display:none;
    }
    I managaed to get read of the menu on iPhone and on tablet, but it’s still appearing on laptops. could you help me?
    Thanks a lot!
    Flavia

    #93301

    @tritto-fla

    So you want to hide the navigation menu on desktop as well?

    Thank you!

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