Hi all.
How do I remove the search bar on the top left hand side of my website? Any help would be greatly appreciated. I am using the Refresh theme.
Thanks so much!
A user seeks to remove the search bar from the top left of their website using the Refresh theme.
Initial Attempts:
Solution Provided:
details.modal-header__search {
display: none !important;
}
Outcome:
Hi all.
How do I remove the search bar on the top left hand side of my website? Any help would be greatly appreciated. I am using the Refresh theme.
Thanks so much!
Thanks for your reply. Unfortunately, its still showing in my header.
Hi @Justin34
This is Richard from PageFly - Shopify Page Builder App, Iād like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
details-modal.header__search {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Thank You!!