Hello,
I attempted to remove the search bar icon from my store by removing code. At first I thought I had successfully done so however it appears that the search bar is still there but just invisible!? Sounds crazy but check it out yourself (icon left on desktop, icon right on mobile).
Any help at removing this search bar entirely would be greatly appreciated!
Here is my store for reference:
www.mmmtrading.co.uk
Hi @mmmtrading
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
details-modal.header__search {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
You are welcome @mmmtrading 