Title: Mobile Primary Menu Button
Last modified: August 22, 2016

---

# Mobile Primary Menu Button

 *  [Chrisssssi](https://wordpress.org/support/users/chrisssssi/)
 * (@chrisssssi)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/mobile-primary-menu-button/)
 * Hello,
 * i’m using twenty fourteen and i would like the button to say Menu instead of 
   the tree lines it has currently in the mobile view. How do I achieve this?
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Chrisssssi](https://wordpress.org/support/users/chrisssssi/)
 * (@chrisssssi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-primary-menu-button/#post-5439216)
 * Does anybody have an idea?
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-primary-menu-button/#post-5439217)
    1. Create a [child theme](http://codex.wordpress.org/Child_Themes).
    2. Make a copy of header.php from the parent theme folder into your child theme’s
       folder.
    3. In the child theme copy of header.php, look for this line, and remove the word**
       Primary**:
    4.     ```
           <button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button>
           ```
       
    5. Make sure to click the **Update File** button when you’re done.
    6. In the child theme’s style.css file, add these rules:
    7.     ```
           .menu-toggle {
              text-transform: none;
           }
           .menu-toggle:before {
              content: none;
           }
           ```
       
    8. You can add whatever other properties you want to the first rule to customize
       the **Menu** however you want (like font-size, color, etc).
 *  Thread Starter [Chrisssssi](https://wordpress.org/support/users/chrisssssi/)
 * (@chrisssssi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-primary-menu-button/#post-5439218)
 * Thank you. Worked very well.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mobile Primary Menu Button’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Chrisssssi](https://wordpress.org/support/users/chrisssssi/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-primary-menu-button/#post-5439218)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
