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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024