• Hi,

    Thank you for the wonderful Unite theme. I like it a lot!

    I have a quick question – Is there an easy way to disable the hamburger menu on mobile?

    Thanks!

    Edwin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Edwin,

    I hope you are well today and thank you for your question.

    You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

    .navbar-default .navbar-toggle {
        display: none;
    }

    Best Regards,
    Vinod Dalvi

    Thread Starter edwincwong

    (@edwincwong)

    Thank you for the prompt reply!

    Yes, that helps to hide the hamburger icon, is there a way to keep the desktop menu in mobile then?

    Thanks again!

    Edwin

    You are most welcome here ??

    Yes, that helps to hide the hamburger icon, is there a way to keep the desktop menu in mobile then?

    Try using the below CSS code to achieve this.

    .navbar-collapse.navbar-ex1-collapse.collapse {
        display: block;
        height: auto !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable responsive menu (hamburger)’ is closed to new replies.