• Resolved condadocouple

    (@condadocouple)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @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

    (@condadocouple)

    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!

    Thanks for the update @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.