Hi - Can anyone simply explain how I can disable all search functionality from our site? We don’t want a search bar at all. Thank you!
Hi @sojukun
Please share your store URL so we can check.
Hello @sojukun
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css or theme.css
Step 3: Add code
.class-name-of-search-bar{
display:none;
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly
Hey @sojukun
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
HI! I wish I could pretend that your response doesn’t sound like a foreign language. I’ve done pretty well editing code to make changes but I’m not sure I have an exact enough idea of how to do this to not delete the wrong thing.
@sojukun Please give me your shopify URL and i can share exact code with you that you can add in your CSS file.
Hi @sojukun ,
I understand your concern and am confident that I can help you. However, in order to support you more effectively, I need more information, so please provide more details and let’s get this resolved.
Thanks.
currently password protected: MagiMo
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css or theme.css
Step 3: Add code
.header__search svg.modal__toggle-open.icon.icon-search {
display: none;
}
password : MagiMo