• Resolved SEOward

    (@seoward)


    We’d like to go with no header menu for mobile. How I I make the “burger” go away. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi There,

    Please use the following css to fix your issue;

    .menu-toggle {
        display: none;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    Thread Starter SEOward

    (@seoward)

    no go.

    Dropped the code via Easy Custom CSS and the mobile 3 line menu toggle is still there.

    Aristoshyndmd.com

    Thanks!

    Theme Author Styled Themes

    (@gejay)

    Hi,
    Use following css code to remove burger menu. Please make sure use child theme so that when you update your theme with new version. It won’t affect your changes

    a.toggle_button_flat_responsive_menu {
    display: none;
    }

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove mobile burger menu’ is closed to new replies.