Add Search to Header mobile view Theme Fashionopolism

I would like to add the search icon to the header for mobile view. Looking for code and where to add it.

Website: oldglory.com

Thanks,

Chris

Hello there @ChrisKap You should give the following steps a try and see if it works

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save

<style>
@media(max-width:767px){
#shopify-section-header .header__icons .header__search{display:block !important}
}
</style>

I added the code and saved it. There doesn’t appear to be any changes