As stated in the title I would like to add the search to my drop down menu for mobile instead of the separate icon to create a more seamless process for my customers. I had this done for me before on the Dawn theme but I have since switched to Shrine pro. Not sure if this will require custom coding again. I will attach a link to the previous post I made for the dawn theme. How to add search bar into drop down menu on mobile with dawn theme
I’ve run into this myself when switching themes, so I get where you’re coming from. Yes, it usually does take a bit of custom coding since Shrine Pro handles the mobile menu differently than Dawn.
What worked for me was:
Finding the mobile menu file – in most themes it’s inside header.liquid or sometimes a snippet like header-drawer.liquid. That’s the spot where the mobile drawer markup lives.
Adding a search form at the top – Shopify has a built-in search form you can drop in, something like:
Yes, you can definitely add a search bar inside the mobile dropdown menu for a more seamless experience. Since you’ve switched from Dawn to Shrine Pro, this will likely require custom code again, because each theme handles headers and mobile menus differently.
Here’s a general approach:
1. Locate the mobile menu
Go to Online Store → Themes → Edit Code
Look for a file like:
header.liquid
header-mobile.liquid or a section under sections/ that handles the mobile navigation
2. Add the search form inside the dropdown
Insert the Shopify search form inside the mobile menu <div> where menu links are listed. Example: