Disable Mobile Menu Completely

Home Forums Jevelin Theme Disable Mobile Menu Completely

Home Forums Jevelin Theme Disable Mobile Menu Completely

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
  • LaceyStarkCo
    Participant

    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

    LaceyStarkCo
    Participant

    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?

    LaceyStarkCo
    Participant

    Please try using below custom CSS code to disable it.

     

    .mobmenur-container {
        display: none;
    }

    [email protected]
    Participant

    it didnt work

     

    [email protected]
    Participant

    it disabled the one from the plugin not the theme one that isn’t working

    the url is mainesbigz.com

    [email protected]
    Participant

    or I need a fix on the current menu. Dropdown menu items work but main ones do not.

     

    [email protected]
    Participant

    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;
    }

    eagle9352
    Participant

    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

Viewing 13 posts - 1 through 13 (of 13 total)