All things Shopify and commerce
Hi,
I need help in removing the search bar from the header on the warehouse theme. Please tell me what part of the code needs to be changed for this.
Solved! Go to the solution
This is an accepted solution.
.search-bar__top-wrapper {
display: none;
}
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hello,
Please share your site url.
So that i can check and let you know the exact solution here.
This is an accepted solution.
.search-bar__top-wrapper {
display: none;
}
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Thanks so much works perfectly! Can you please also tell me how I can reduce the size of the search bar if I want to keep it visible?
The input field on the search bar is too wide, how can I reduce the width of that?
Thanks so much for your help!
okay,
You just have to paste the below code in Online store -> Theme ->Edit code ->Asset ->theme.scss.css
.header__search-bar-wrapper {
flex: 0 0 auto;
width: 34%; /*set width as you want*/
margin: 0 auto;
}
Hi, this code also erase my search on the mobile, the icon is there but if I click I don't have the space to search. Is there any chance I can erase the search bar from the desktop but not on the mobile?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024