Shopify themes, liquid, logos, and UX
Hi, here is the site I'm working on- https://xshaneli.com/
When you click on the magnifying glass at the top left, it opens the search panel. In this panel, you will see All Tags drop down menu. How can I remove this All Tags menu from the search panel?
Thanks.
Solved! Go to the solution
This is an accepted solution.
Hey @rj1984,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.select__field_form,
select#search-filter {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @rj1984,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.select__field_form,
select#search-filter {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Wonderful. Thank you!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025