Shopify themes, liquid, logos, and UX
How to remove search icon on mobile version? I remove icon from destop version but on mobile its still on!
Solved! Go to the solution
This is an accepted solution.
Hi @Iozols
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
span.modal__toggle-search-mobile {
display: none !important;
}
Result
Best,
Liz
Hello @Iozols
1. Go to Shopify Admin → Online Store → Themes.
2. Click Actions → Edit Code on your active theme.
3. https://prnt.sc/reC-zd-b6zBY
I have like this, maybe somwere else i need to look?
This is an accepted solution.
Hi @Iozols
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
span.modal__toggle-search-mobile {
display: none !important;
}
Result
Best,
Liz
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025