Shopify themes, liquid, logos, and UX
Hi! Does anyone know whats the easiest way to remove search icon from the header in Shopify's Dawn default theme?
Solved! Go to the solution
This is an accepted solution.
can you please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file.
.header__icon--search {
display: none;
}
Hi @Orihov,
Hope you are well.
Please follow the below steps:
.header__search {
display: none!important;
}
Hope that helps.
Thanks
This is an accepted solution.
can you please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file.
.header__icon--search {
display: none;
}
hii, @Orihov
Paste this code on top of the base.css file.
summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
display: none !important;
}
Thank You.
How to remove the search icon from Dawn’s header
You might want to do this if you don’t have any need for the search in the header
It can look stupid — and sometimes you just don’t want it to appear in the header because it’s appearing somewhere else
In this case, it’s incredibly easy to change, just follow these steps:
First go to edit your code
go to base.css
add this code at the bottom
.header__icon--search {
display: none;
}
Before
After
And we are done!
If you are referring to disabling the search feature in Dawn 3.0.0, you can do that in the editor.
Header -> Header settings -> Uncheck 'Enable Search'
No code changes needed
hello. do you have the solution for wanting to remove the "person" icon in the header.
oh sorry for that issue, can you please send store url so i will check and let you know
Also, im looking to add a section with a icon list and headers any thoughts? similar to the below
first issue please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
.header__icon--account {
display: none !important;
}
also do you need second icon section it can be done customization code please send DM Details
User | RANK |
---|---|
140 | |
101 | |
88 | |
56 | |
47 |
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By