Home Forums Free Themes University Hub How do I disable the mobile menu that University Hub Pro comes with?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47993
    Mui
    Participant

    I’d like to use a third-party mobile menu. I do not like the current mobile menu that comes with University Hub Pro and would like to disable it.

    #48015
    wensolutions
    Keymaster

    Hello @michaelmui,

    In order to disable current mobile menu use below given CSS. For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (max-width: 1000px)
    {
    .mobile-nav-wrap {
        display: none;
    }
    }

    However as you are trying yo use third party menu, let us inform you that we have not tested the theme with any other third party plugin beside the one recommended by the theme itself . So we cannot assure the compatibility of theme with any third party plugin .

    Hope this helps.

    If you have any issue further, please let us know .

    Best Regards!!

    #51006
    nahs
    Participant

    Is there a similar solution for Education Hub Pro?

    #51057
    wensolutions
    Keymaster

    Hello @rlpeckhamcomcast-net,

    We can provide some CSS to remove the menu in mobile but the CSS will completely remove the menu from the mobile view .

    For this use below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS .

    @media only screen and (max-width: 767px)
    {
    #main-nav {
        display: none;
         }
    }

    So let us know whether you are using any third-party mobile menu or not because in above case they are using the third-party menu so they completely wanted to remove mobile menu .

    Also if this is not what you meant explain your query further so that we could provide precise fixes .

    Hope this helps .

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.