Shopify themes, liquid, logos, and UX
Hey,
I'm trying to find a code to remove the search bar from the header on my custom theme, so far I've used the below code for my web version but I can't find a version to remove it from the mobile version.
<style>
.d-flex.remover-icon-search {
display: none !important;
}
</style>
Link to my store: https://essencecool.com/
Solved! Go to the solution
This is an accepted solution.
HI,
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css
#nav-item-search{
display: none !important;
}
This is an accepted solution.
HI,
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css
#nav-item-search{
display: none !important;
}
Thank you, it worked.
Can you help me with one more thing, if it's not a problem?
I would like to have a logo in the middle of the header in the mobile version.
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024