Mobile Go to menus - how to adjust text for these separately

Latest Reply from nameless at 2014-03-13 18:29:29 Solution
I have two menus that appear in mobile. I would like the topmost menu to say "Select something..." and then the lower dropdown menu to say "Select something else..."

I've found them in functions.php and top.php, but I'm terrible with PHP, and am not sure how to edit one without editing the other.

Thanks!
Currently they both say, "Go to..." :-)
Hi!
To fix this you have to remove the following code:
echo '<option value=\'#\'>Go to ...</option>';

in the file functions.php.
I tried that, but it just removes both of them...

Leave a reply

Add codeAdd image