Title: Menu Icon
Last modified: February 15, 2021

---

# Menu Icon

 *  Resolved [condadocouple](https://wordpress.org/support/users/condadocouple/)
 * (@condadocouple)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-icon-14/)
 * Hi, i have a website with wordpress using store front theme. In my mobile site
   the icon for the menu is not showing up. It shows a white square and if you click
   it, shows of the options in the menu, but do not show the icon menu. I am using
   WP menu icons. Any help, will be gladly appreciated. Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-icon-14%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-icon-14/#post-14057617)
 * Hey [@condadocouple](https://wordpress.org/support/users/condadocouple/),
 * You can fix this with a little bit of custom CSS code.
 * Go into your site’s admin Dashboard and select **Appearance → Customize → Additional
   CSS**. In the CSS textbox on the left, add the following code:
 *     ```
       @media screen and (max-width: 767px) {
         button.menu-toggle::after, button.menu-toggle::before, button.menu-toggle span::before {
           background-color: #1e73be;
         }
   
         button.menu-toggle,
         button.menu-toggle:hover {
           color: #1e73be;
         }
       }
       ```
   
 * Select “Save Changes” from the top, and your changes will be applied to your 
   site.
 *  Thread Starter [condadocouple](https://wordpress.org/support/users/condadocouple/)
 * (@condadocouple)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-icon-14/#post-14058152)
 * You Rock!!! life savior. Thank so much for the help, it work perfectly. Usually
   is my husband doing this, I have no idea what a doing but I am getting there.
   Again thank you so much!
 *  [Niall a11n](https://wordpress.org/support/users/wpniall/)
 * (@wpniall)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/menu-icon-14/#post-14193812)
 * Thanks for the update [@condadocouple](https://wordpress.org/support/users/condadocouple/).
   I’m happy to hear my colleague was able to help you and that you’re learning 
   how to work with WordPress, WooCommerce, and Storefront. We all started somewhere!
 * Please let us know if you have any further questions.

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

The topic ‘Menu Icon’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [Niall a11n](https://wordpress.org/support/users/wpniall/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/menu-icon-14/#post-14193812)
 * Status: resolved