Site logo

Archived topic

Changing mobile menu magnifying glass to a search field

1 reply · Started by Atef on September 20, 2018

Viewing posts 1–2 of 2

Hi,
Currently this is how my mobile menu looks like:
https://prnt.sc/kwua32

is there a way to change the magnifying glass to a search field like this mockup:
http://prntscr.com/kwuadz

I know that this might need custom coding, but I'd appreciate if you can direct me to a good starting point or so.

thanks in advance.

Hi there,

You should be able to add the WordPress search form:
<?php get_search_form(); ?>

in the inside_mobile_header hook using Hooks Element and make sure you check execute PHP:
https://docs.generatepress.com/article/hooks-element-overview/

That should get you started.

Let me know if this helps :)

This archived topic is closed to new replies.