• Resolved Shawn

    (@shawnfaleiro)


    How to remove “Header” hamburger menu from Mobile version.(I don’t use header menu)

    I used to have “-Select a Menu-” on header menu. After the recent update, it used to show a random menu.

    Now I’ve created a new menu with no menu items. It works on the desktop mode but it shows hamburger menu in the header menu on mobile.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Shawn Faleiro,

    Well, I don’t think it would be easy to “remove” the header without affecting the desktop header, but you can certainly hide it by adding the following CSS code to your custom stylesheet.

    @media only screen and (max-width: 719px)
    #header .pad, .topbar-enabled #header {
        display:none !important;
    }

    Hope that helps.
    Take care!

    The new menu regarding the update can be removed by unchecking “Customize ? Header ? Header Menu ? Use a default page menu if no menu has been assigned.”

    Thread Starter Shawn

    (@shawnfaleiro)

    @fadingmusic thanks (y)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove “Header” hamburger menu from Mobile version’ is closed to new replies.