Title: Menu Toggle Button &#8211; Lighthouse Report
Last modified: May 26, 2020

---

# Menu Toggle Button – Lighthouse Report

 *  Resolved [lmcarleton](https://wordpress.org/support/users/lmcarleton/)
 * (@lmcarleton)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/menu-toggle-button-lighthouse-report/)
 * Hi. I’m using the Primer Theme by GoDaddy. I generated a report for my homepage
   using the Google Lighthouse DevTool. The Accessibility checker noted one failing
   element for names and labels.
 * The warning stated “button doesn’t have an accessible name”.
 * Failing Elements
    div <div class=”menu-toggle” id=”menu-toggle” role=”button”
   tabindex=”0″><div></div><div></div><div></div></div>
 * How can you correct the error?
 * Thank You, Linda

Viewing 1 replies (of 1 total)

 *  Thread Starter [lmcarleton](https://wordpress.org/support/users/lmcarleton/)
 * (@lmcarleton)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/menu-toggle-button-lighthouse-report/#post-12901256)
 * I got it!
 * To fix the error “button doesn’t have an accessible name” you need to edit the
   mobile-menu.php page located in the parts (primer > templates > parts) folder.
 * Note; you should use a child theme to make changes.
 * Open mobile-menu.php in your editor and look for the following code, for me, 
   it was line 11.
 * `<div class="menu-toggle" id="menu-toggle" role="button" tabindex="0"`
 * after
 * `role=button`
 * add the aria-label code
 * `aria-label="Navigation Button"`
 * The code should look like this
 * `<div class="menu-toggle" id="menu-toggle" role="button" aria-label="Navigation
   Button" tabindex="0"`
 * Save mobile-menu.php in your child theme parts (primer > templates > parts) folder
   and upload it to your server.
 * The menu will now pass The Google Lighthouse Accessibility checker.
 * 🙂 Linda

Viewing 1 replies (of 1 total)

The topic ‘Menu Toggle Button – Lighthouse Report’ is closed to new replies.

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

 * 1 reply
 * 1 participant
 * Last reply from: [lmcarleton](https://wordpress.org/support/users/lmcarleton/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/menu-toggle-button-lighthouse-report/#post-12901256)
 * Status: resolved