Disable primary menu for one-pager completely

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Disable primary menu for one-pager completely

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2836
    thomas
    Member

    I use AppDev as a one pager and my client wants to turn off the primary menu completely. I tried several things so far with partial success. I don’t see the menu currently on desktop and tablet, but see it on mobile version as the menu button. The button is disabled, but is there and overlaps the Logo text.

    I don’t remember how I reached this state. Can you please suggest the correct way to disable the auto-generated menu for the one pager including the button on the iPhone version of the site? Thank you.

    #2842
    livemesh
    Keymaster

    You can disable auto generated menu by unchecking the option “Single Page Site” under Single Page tab in theme options panel.

    And you can hide the mobile toggle button completely by inserting the following Custom CSS into Custom tab in options panel. Thanks –

    #mobile-menu-toggle {
    display: none !important;
    }
    
    #2845
    thomas
    Member

    Great! Thanks a million.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable primary menu for one-pager completely’ is closed to new replies.