Site logo

Archived topic

how to add search icon on mobile menu

3 replies · Started by Jonny on August 12, 2021

Viewing posts 1–4 of 4

How can I add a search icon to my mobile menu?

Hi there,

you have this CSS in your Simple CSS:

#mobile-header .menu-bar-items {
    display: none;
}

Remove that CSS.

Hi David,

Thanks for picking up on that.

I have removed the CSS and the search icon is now showing. However, after clearing cache and testing the search feature on mobile, when clicking on the icon, nothing happens and it doesn't give me the option to type something in the search box...

Hi Jonny,

Can you try excluding wp-content/themes/generatepress/assets/js/navigation-search.min.js from the lazy loaded scripts?

The script isn't running unless you scroll down the page because it's lazy loaded.

This archived topic is closed to new replies.