• Resolved losrack

    (@carlos-jaramillo)


    Hi,

    I have a site with a child theme customized and all. So far so good with almost all changes I have made..

    There is one little thing that I would love to change …

    I need to change the word “Navigation” on the handheld menu to something else more suitable for my needs.

    Thanks a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you post your website so I can see what line of code references the navigation part on the menu you would like to change?

    Would love to help!

    Thread Starter losrack

    (@carlos-jaramillo)

    Hi David,

    I have it on maintenance mode right now, but I can give you access thru contributor role user …

    where I can send you the info …

    Thanks

    Thread Starter losrack

    (@carlos-jaramillo)

    … never mind I already found a solution …

    Please make sure you post the solution to help others, glad you got it working.

    Thread Starter losrack

    (@carlos-jaramillo)

    Sure … here it is … just change ‘Menu’ for something else

    /*Change handheld menu name */
    
    function mobile_menu_name_2506490( $text ) {
    $text = 'Menu';
    return $text;
    }
    add_filter( 'storefront_menu_toggle_text', 'mobile_menu_name_2506490' );
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change handheld navigation title on storefront theme’ is closed to new replies.