Support ForumAdd "Menu" text to responsive menu icon button – Support Forum https://support.ishyoboy.com/forums/topic/add-menu-text-to-responsive-menu-icon-button/feed/ Fri, 03 May 2024 08:08:09 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/add-menu-text-to-responsive-menu-icon-button/#post-5148 <![CDATA[Add "Menu" text to responsive menu icon button]]> https://support.ishyoboy.com/forums/topic/add-menu-text-to-responsive-menu-icon-button/#post-5148 Thu, 23 Oct 2014 14:38:41 +0000 rickdeet I’d like to add the word “Menu” after the responsive menu icon. Can you tell me how to do that?

Thank you!

]]>
https://support.ishyoboy.com/forums/topic/add-menu-text-to-responsive-menu-icon-button/#post-5153 <![CDATA[Reply To: Add "Menu" text to responsive menu icon button]]> https://support.ishyoboy.com/forums/topic/add-menu-text-to-responsive-menu-icon-button/#post-5153 Fri, 24 Oct 2014 07:44:28 +0000 IshYoBoy Hey,

You can use a child theme to override the “ishyoboy_create_resp_nav” function that is located inside “wp-content\themes\boldial\assets\functions\nav.php” file.

The function looks like this. It will better if you copy it from the mentioned file.

Then just update the code that outputs the button. E.g.:

Or if you do not want these text strings to be translatable go the easier way:

Please note we have provided a starter child theme to make it easier for you.

1. Just copy the mentioned function to the bottom of functions.php of the child theme
2. Make the mentioned changes
3. Upload and activate the child theme in WordPress
4. Voila ;)

If you haven’t worked with child themes before you might want to read this article https://codex.wordpress.org/Child_Themes

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>