• Resolved KirstyJones

    (@kirstyjones)


    How can I remove the ‘Menu’ option from the dropdown menu on mobile? I would like the default to be Home

Viewing 2 replies - 1 through 2 (of 2 total)
  • @kirsty,

    Do you have a link I can take a look at?

    Theme Author Iceable

    (@iceable)

    Hi @kirstyjones,

    The “menu” item in the dropdown list isn’t exactly an option, but just a placeholder (it cannot be selected and won’t take you to another page).
    However if you still want to remove it and have the first item of your menu to be displayed by default, you will need to edit functions.php and remove line 250:

    $menu_list .= '<option value="">Menu</option>';

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu – Menu option’ is closed to new replies.