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?
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023