Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    Please go to Mega Menu > Menu Themes and add this to the Custom Styling area:

    .header-style1 > #mega-menu-wrap-primary-menu {
    	display: none;
    }
    .header .primarymenu {
      display: table-cell !important;
    
      @include mobile {
        display: block !important;
      }
    }
    .header .mobile-menu-wrap {
      display: none !important;
    }

    It will fix your mobile menu too.

    Regards,
    Tom

    Thread Starter theileriordan

    (@theileriordan)

    Hi Tom,

    Thanks for the response. I put in the code but I’m not noticing any differences. This is everything in my custom styling area:

    #{$wrap} #{$menu} {
        /** Custom styles should be added below this line **/
    }
    #{$wrap} {
        clear: both;
        }
    .header-style1 > #mega-menu-wrap-primary-menu {
    	display: none;
    }
    .header .primarymenu {
      display: table-cell !important;
    
      @include mobile {
        display: block !important;
      }
    }
    .header .mobile-menu-wrap {
      display: none !important;
    }
    Thread Starter theileriordan

    (@theileriordan)

    Ops. Nevermind. I just realized I was adding that to the Default Menu theme and not the one I was using for my menu. Worked after putting it in the right spot!

    Thank you very much Tom! Have a great weekend!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Subheader Menu’ is closed to new replies.