• hey, can somebody help get rid of mobile toggle and menu at all and use default menu. Since there will be only one navigation there is no need for flyout toggle at all.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author HashThemes

    (@hashthemes)

    It looks like you have managed to disable it. You need to disable the Simple floating menu plugin for it.

    Thanks

    Thread Starter jurijsmsk

    (@jurijsmsk)

    Nope, still looking for. ?? I dont have any plugins installed at all. Looking for css solution but still no luck.

    Theme Author HashThemes

    (@hashthemes)

    Go to Appearance > Customize > Additional CSS and paste the below CSS code

    #vl-site-navigation {
    height: 0;
    overflow: hidden;
    }

    Thread Starter jurijsmsk

    (@jurijsmsk)

    Thanks for helping, but this istn doing the thing im looking for. This hides menu completly for desktop version and mobile version. Im looking for removing mobile menu and instead of that use desktop version menu.

    Theme Author HashThemes

    (@hashthemes)

    Oh i see.. That is not possible. It requires some extensive change in codes.

    Thread Starter jurijsmsk

    (@jurijsmsk)

    Then give me advice where to start? just where to start i will dig further ??

    Theme Author HashThemes

    (@hashthemes)

    The starting point would be style.css file. You will need to change the codes in that file.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Keep default menu version in mobile.’ is closed to new replies.