- This topic has 3 replies, 3 voices, and was last updated 7 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › University Hub › How do I disable the mobile menu that University Hub Pro comes with?
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.
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!!
Is there a similar solution for Education Hub Pro?
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!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |