Home Forums Theme Support Gotham Replace Drop Down Box In Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3277

    Is there a way to get rid of the drop down box in the mobile view? Just want it to show the menu like the main page.

    Thanks

    #3309

    Hi there,

    Here’s what you need to do:

    Go to the theme’s folder and edit the file name “functions.php”. Remove lines 63 & 64, these:

    wp_register_script('mobile-menu', get_template_directory_uri() . '/js/jquery.mobilemenu.js', false, '', true);
    wp_enqueue_script('mobile-menu');

    Save. Done.

    Cheers!
    Chris

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

You must be logged in to reply to this topic.