Okay
  Public Ticket #306576
Remove Mobile Menu
Closed

Comments

  • Josephine started the conversation

    Any easy code to NOT show the mobile menu? Thanks!!!

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body header#top #toggle-nav {
        display: none !important;
    }
    Thanks


    ThemeNectar Support Team 

  • Josephine replied

    Tahir, my sincerest thanks.

  • ABH1983 replied

    @Tahir is it possible to completely hide/remove the mobile menu from the Salient theme with the Wellness demo?

  •  279
    Noah replied

    Hello,

    You’ll need to copy the following file into your child  to modify that: >span class="hilight">salient/includes/partials/footer/off-canvas-navigation.php file

    The section to remove is: https://pastebin.com/0zbbPC7k

    Cheers


  • ABH1983 replied

    @Eliud, I am new to this. I didn't quite understand the process. 

    Can you provide a step by step? I would highly appreciate it!

    Screenshot attached shows which screen I am on right now.

    Thanks again!

  •  279
    Noah replied

    Hello,

    You have to access the themes scripts by logging in to the hosting server then open the folders salient/includes/partials/footer/off-canvas-navigation.php, edit the file and add the codes pasted.

    Thanks.