Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #210390

    So I’ve got the site in maintenance mode, and hid everything from the menu, but it still shows “select a page” option on the mobile site.

    Can I disable the menu from showing up at all on the mobile site?

    Thanks,

    Eric

    • This topic was modified 10 years, 10 months ago by EMS4HIM.
    • This topic was modified 10 months ago by Yigit.
    #210484

    Hey EMS4HIM!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) {
    .responsive #top .mobileMenu { display: none; }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu on Mobile Site’ is closed to new replies.