Shopify themes, liquid, logos, and UX
Hey, how do i remove the search icon in the header?
https://changepodshop.com/products/the-change-pod
<style>
details-modal.header__search {
display: none !important;
}
</style>
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution
HI @Simon159
You can add this code to Custom CSS of Header in Online Store > Themes > Customize to remove that icon.
.header__icon--search { display: none !important; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @Simon159
In the Assets folder, find and click on base.css or theme.css
Add the following css code
<style>
.header__icon--search {
display: none !important;
}
</style>
Option 2:
Find and click on header.liquid or a similarly named file that controls the header layout.
Within this file, look for the code that renders the search icon.
Delete or comment out this block of code.
If you need any further assistance, feel free to ask. If you found my help useful, kindly consider liking this message and marking it as the Accepted Solution.
Best regards,
MP
Hello @Simon159
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
.header__search {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
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