Title: Change button responsive menu image?
Last modified: August 31, 2016

---

# Change button responsive menu image?

 *  [Triep](https://wordpress.org/support/users/triep/)
 * (@triep)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-button-responsive-menu-image/)
 * Hi,
 * Is it possible to change the menu button what you see when the site is responsive?
   I would like tot add the word MENU to it.
    I thought of making a new image and
   upload it. Where can I change it?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-button-responsive-menu-image/#post-7403490)
 * Hi Triep. Try adding the following CSS to a child theme style.css file or a plugin
   like [https://wordpress.org/plugins/simple-css/](https://wordpress.org/plugins/simple-css/)
   or [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/):
 *     ```
       /* add "Menu" to mobile menu icons */
       .nav-toggle .fa-bars:before {
           content: "Menu \f0c9";
           display: block;
           width: 100px;
           float: right;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Change button responsive menu image?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/change-button-responsive-menu-image/#post-7403490)
 * Status: not resolved