Home › Forums › Jevelin Theme › Disable Mobile Menu Completely
Home › Forums › Jevelin Theme › Disable Mobile Menu Completely
How would I disable the default mobile menu completely? I am adding a custom mobile menu.
Hi @LaceyStarkCo,
I hope you are well today and thank you for your question.
You can disable mobile menu by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#header-navigation-mobile { display: none; }
Best regards,
Shufflehound team
That doesn’t seem to be working?
Could you please share me your site URL where it is not working so that i can troubleshoot it?
Please try using below custom CSS code to disable it.
.mobmenur-container { display: none; }
it didnt work
it disabled the one from the plugin not the theme one that isn’t working
the url is mainesbigz.com
or I need a fix on the current menu. Dropdown menu items work but main ones do not.
I can’t believe that you have this product out there with no fix for the mobile menu! Please respond so that I can fix my mobile menu so that all pages can be accessed.
@colleen Which CSS code are you using on your site?
You should use following CSS code.
#header-navigation-mobile { display: none; }
I’m having similar issues. The main menu items work but not the megamenu. I’m not able to get that dropdown to appear so that i click on mobile
@eagle9352 Le’ts resolve your issue in your separate topic here https://support.shufflehound.com/forums/topic/megamenu-not-working-in-mobile-view/