Shopify themes, liquid, logos, and UX
Hi,
I want to remove the search icon on mobile on my header.
Here's the link of my website : https://www.five-pocket.com/
Thanks.
Solved! Go to the solution
This is an accepted solution.
@imazele - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media screen and (maxwidth:749px){
.header__icon--search {display: none; visibility: hidden;}
}
Did not work
This is an accepted solution.
Thank you bro!
Hi @imazele
Try this one.
@media only screen and (max-width:749px){
summary.header__icon.header__icon--search {
display: none !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025