Site logo

[Support request] Changing mobile menu magnifying glass to a search field

Home Forums Support [Support request] Changing mobile menu magnifying glass to a search field

Home Forums Support Changing mobile menu magnifying glass to a search field

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #682539
    Atef

    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.

    #682604
    Leo
    Staff
    Customer Support

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.