• If I untick the top menu selection in the ‘Menus’ setting a default set of menus appear in the top bar location.
    So I created another menu with none of the page menus in it and selected that menu list for the top menu with my desired pages included in a separate menu list which was selected for the main menu bar.
    The second method does not show the top menu on a PC but on a phone or tablet the top menu selection image is displayed but does not work (because it contains no pages).
    How can I successfully remove the top menu bar from displaying on all devices?

Viewing 1 replies (of 1 total)
  • What you can do is go into the Awaken Options then into Styling Options. Now that your in the Styling Options, you will see a Custom CSS Code Section. All you have to do is add this code below:

    #top-navigation {
        display: none;
    }
    #top-nav-button {
        display: none;
    }

    this will get rid of the top menu by not displaying at all on either Desktop or Mobile. Now if you want to get rid of the whole bar then you can add this code:

    .asocial-area {
       display: none;
    }

    Hope this helps. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Removing top menu bar’ is closed to new replies.