Okay
  Public Ticket #300500
Remove Mobile Fly-Out Nav?
Closed

Comments

  • Daniel started the conversation

    Hi, how would I go about removing the existing responsive fly-out menu? I want to use my own responsive fly-out menu plugin and not the one it comes with.

    Thanks in advance!

  •  93
    djwd replied

    Hi there,

    The small nav it's pretty melted with the main css file, personal customizations go beyond regular support, although you might could hide it with this line of CSS (untested):

    .main-small-navigation {display:none!important}

    Hope this helps

    Regards
    djwd

    Regards
    djwd

  • Daniel replied

    That code didn't work, however I found this code through inspector and got rid of it using this: a.menu-toggle.animated.visible-xs

    Thanks,

    Daniel