You can either remove it from the hbs template or via code injection.
For the CSS version you can add this in code injection:
<style>
button.menu-item-button[data-modal="search"] {
display: none;
}
</style>
You can either remove it from the hbs template or via code injection.
For the CSS version you can add this in code injection:
<style>
button.menu-item-button[data-modal="search"] {
display: none;
}
</style>