• Resolved tommr

    (@tommr)


    Is there a way to insert a directive title for the drop down top nav menu when scaled down for phone, tablet etc.
    Right now it shows the first link in the top nav.
    I would like it to say something like “go to” or another phrase that would help a user understand other links were available.

Viewing 1 replies (of 1 total)
  • Theme Author eminozlem

    (@eminozlem)

    Well I think most people know what a select menu does but you can

    a.) open bootstrap-ultimate\inc\eo\theme-functions.php

    around line 93 it says
    'items_wrap' => '<div class="row eo-mobile-select-wrap hidden-md hidden-lg"><form act

    you could make it so:

    'items_wrap' => '<div class="row eo-mobile-select-wrap hidden-md hidden-lg"><label>Select a page to go to</label><form act

    b.) There’s actually a “Go” button for no-js support that’s removed if js is enabled. See: https://imgur.com/ozAB6b8
    You can open functions.php and comment out the line

    $('input.ms_gobut').remove();

    Marking as resolved let me know if you’ve further questions

Viewing 1 replies (of 1 total)
  • The topic ‘Title to drop down for top nave when scaled down.’ is closed to new replies.